summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2016-05-02 12:59:24 +0000
committermillert <millert@openbsd.org>2016-05-02 12:59:24 +0000
commit6455743048f95353cc1573d8696b45d7786a6a15 (patch)
tree93608bf134ae8a63f9765033ca5ded3b99d5d6f4 /lib
parentadd support for additional fixed DH groups from (diff)
downloadwireguard-openbsd-6455743048f95353cc1573d8696b45d7786a6a15.tar.xz
wireguard-openbsd-6455743048f95353cc1573d8696b45d7786a6a15.zip
Remove a vax remnant (that was really a no-op anyway).
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc
index d3a0a835776..e04d13b8395 100644
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.59 2016/03/30 06:38:41 jmc Exp $
+# $OpenBSD: Makefile.inc,v 1.60 2016/05/02 12:59:24 millert Exp $
# stdlib sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib
@@ -16,8 +16,6 @@ SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \
.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
.elif (${MACHINE_CPU} == "alpha")
# XXX should be .S's
SRCS+= abs.c div.c labs.c ldiv.c