From a3811e69a5cfd0b242446d9f09aad7135c7316e9 Mon Sep 17 00:00:00 2001 From: miod <> Date: Tue, 18 Mar 2014 22:36:30 +0000 Subject: Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish. --- src/lib/libc/stdlib/Makefile.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/lib/libc/stdlib') diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index d75fe5f7b1..953c53382f 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.48 2013/06/05 04:06:08 guenther Exp $ +# $OpenBSD: Makefile.inc,v 1.49 2014/03/18 22:36:29 miod Exp $ # stdlib sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib @@ -12,9 +12,7 @@ SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c lcong48.c \ lrand48.c mrand48.c nrand48.c seed48.c srand48.c qabs.c qdiv.c _Exit.c -.if (${MACHINE_CPU} == "m68k") -SRCS+= abs.S div.c labs.c ldiv.c -.elif (${MACHINE_CPU} == "i386") +.if (${MACHINE_CPU} == "i386") SRCS+= abs.S div.S labs.S ldiv.S .elif (${MACHINE_CPU} == "vax") SRCS+= abs.c div.c labs.c ldiv.c @@ -25,7 +23,7 @@ SRCS+= abs.c div.c labs.c ldiv.c SRCS+= abs.c div.c labs.c ldiv.c .endif -.if (${MACHINE_CPU} == "vax") || (${MACHINE_CPU} == "m68k") +.if (${MACHINE_CPU} == "vax") SRCS+= insque.S remque.S .else SRCS+= insque.c remque.c -- cgit v1.2.3-55-g6feb