diff options
author | 2016-05-02 12:59:24 +0000 | |
---|---|---|
committer | 2016-05-02 12:59:24 +0000 | |
commit | 6455743048f95353cc1573d8696b45d7786a6a15 (patch) | |
tree | 93608bf134ae8a63f9765033ca5ded3b99d5d6f4 /lib | |
parent | add support for additional fixed DH groups from (diff) | |
download | wireguard-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.inc | 4 |
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 |