diff options
author | millert <> | 2016-05-02 12:59:24 +0000 |
---|---|---|
committer | millert <> | 2016-05-02 12:59:24 +0000 |
commit | 47a689581163ba7f141a964239fe8ba672ff4737 (patch) | |
tree | 1f38d9a608b06778ca8cd318db78b56f314ba0ec /src | |
parent | f68337da26406e762120e88412881f3a38fdef4f (diff) | |
download | openbsd-47a689581163ba7f141a964239fe8ba672ff4737.tar.gz openbsd-47a689581163ba7f141a964239fe8ba672ff4737.tar.bz2 openbsd-47a689581163ba7f141a964239fe8ba672ff4737.zip |
Remove a vax remnant (that was really a no-op anyway).
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/stdlib/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index d3a0a83577..e04d13b839 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.59 2016/03/30 06:38:41 jmc Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.60 2016/05/02 12:59:24 millert 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 |
@@ -16,8 +16,6 @@ SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ | |||
16 | 16 | ||
17 | .if (${MACHINE_CPU} == "i386") | 17 | .if (${MACHINE_CPU} == "i386") |
18 | SRCS+= abs.S div.S labs.S ldiv.S | 18 | SRCS+= abs.S div.S labs.S ldiv.S |
19 | .elif (${MACHINE_CPU} == "vax") | ||
20 | SRCS+= abs.c div.c labs.c ldiv.c | ||
21 | .elif (${MACHINE_CPU} == "alpha") | 19 | .elif (${MACHINE_CPU} == "alpha") |
22 | # XXX should be .S's | 20 | # XXX should be .S's |
23 | SRCS+= abs.c div.c labs.c ldiv.c | 21 | SRCS+= abs.c div.c labs.c ldiv.c |