diff options
| author | cgd <cgd@NetBSD.org> | 1993-12-05 02:20:58 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-12-05 02:20:58 +0000 |
| commit | f00e1cfe6a73ddaef82521db3d7baabfe8273609 (patch) | |
| tree | 768f68d4a12a529152c5f8759963219c2a649183 /lib/libc/stdlib | |
| parent | 04f8c8eac7dd63e4b5c76a388361f6f71b969012 (diff) | |
get pc532 moved into ns32k; that's is MACHINE_ARCH
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 830dd0dd5ec..8783d5684c5 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -1,5 +1,5 @@ # from: @(#)Makefile.inc 5.6 (Berkeley) 6/4/91 -# $Id: Makefile.inc,v 1.14 1993/12/04 02:38:30 cgd Exp $ +# $Id: Makefile.inc,v 1.15 1993/12/05 02:21:20 cgd Exp $ # stdlib sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/stdlib ${.CURDIR}/stdlib @@ -15,7 +15,7 @@ SRCS+= a64l.c abort.c atexit.c atoi.c atol.c bsearch.c calloc.c cfree.c \ SRCS+= abs.S div.c labs.c ldiv.c atof.c .elif (${MACHINE_ARCH} == "i386") SRCS+= abs.S div.S labs.S ldiv.S atof.c -.elif (${MACHINE_ARCH} == "pc532") +.elif (${MACHINE_ARCH} == "ns32k") SRCS+= abs.S div.c labs.c ldiv.c atof.c .elif (${MACHINE_ARCH} == "tahoe") SRCS+= abs.S div.c labs.c ldiv.c atof.S |
