summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authormiod <>2014-03-18 22:36:30 +0000
committermiod <>2014-03-18 22:36:30 +0000
commit5c283230c338e78a56f8d85c1e120a93084423f9 (patch)
tree3aa2a4a5be2fb72ff62e1786ce8cba3cffcdd2bb /src/lib/libc
parenta03be48760560eb671d388e2db43b94a8a978dd5 (diff)
downloadopenbsd-5c283230c338e78a56f8d85c1e120a93084423f9.tar.gz
openbsd-5c283230c338e78a56f8d85c1e120a93084423f9.tar.bz2
openbsd-5c283230c338e78a56f8d85c1e120a93084423f9.zip
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.
Diffstat (limited to 'src/lib/libc')
-rw-r--r--src/lib/libc/stdlib/Makefile.inc8
1 files changed, 3 insertions, 5 deletions
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 @@
1# $OpenBSD: Makefile.inc,v 1.48 2013/06/05 04:06:08 guenther Exp $ 1# $OpenBSD: Makefile.inc,v 1.49 2014/03/18 22:36:29 miod Exp $
2 2
3# stdlib sources 3# stdlib sources
4.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib 4.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 \
12 tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c lcong48.c \ 12 tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c lcong48.c \
13 lrand48.c mrand48.c nrand48.c seed48.c srand48.c qabs.c qdiv.c _Exit.c 13 lrand48.c mrand48.c nrand48.c seed48.c srand48.c qabs.c qdiv.c _Exit.c
14 14
15.if (${MACHINE_CPU} == "m68k") 15.if (${MACHINE_CPU} == "i386")
16SRCS+= abs.S div.c labs.c ldiv.c
17.elif (${MACHINE_CPU} == "i386")
18SRCS+= abs.S div.S labs.S ldiv.S 16SRCS+= abs.S div.S labs.S ldiv.S
19.elif (${MACHINE_CPU} == "vax") 17.elif (${MACHINE_CPU} == "vax")
20SRCS+= abs.c div.c labs.c ldiv.c 18SRCS+= abs.c div.c labs.c ldiv.c
@@ -25,7 +23,7 @@ SRCS+= abs.c div.c labs.c ldiv.c
25SRCS+= abs.c div.c labs.c ldiv.c 23SRCS+= abs.c div.c labs.c ldiv.c
26.endif 24.endif
27 25
28.if (${MACHINE_CPU} == "vax") || (${MACHINE_CPU} == "m68k") 26.if (${MACHINE_CPU} == "vax")
29SRCS+= insque.S remque.S 27SRCS+= insque.S remque.S
30.else 28.else
31SRCS+= insque.c remque.c 29SRCS+= insque.c remque.c