summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-09-09 11:22:28 +0000
committerkato <kato@FreeBSD.org>1998-09-09 11:22:28 +0000
commit0c6fdf055e4c617c37fe33d0aab8764c541c4b39 (patch)
treef2530c80405c13a2cf824eeb90c0d7b4def17ddf /lib/libc/Makefile
parent256379f728d72eb02a1e453fc35f61293b8384cf (diff)
downloadFreeBSD-src-0c6fdf055e4c617c37fe33d0aab8764c541c4b39.zip
FreeBSD-src-0c6fdf055e4c617c37fe33d0aab8764c541c4b39.tar.gz
Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 49027aa..7f8dae3 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 2/3/94
-# $Id: Makefile,v 1.20 1998/02/12 01:44:53 nate Exp $
+# $Id: Makefile,v 1.21 1998/03/09 06:16:38 jb Exp $
#
# All library objects contain rcsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
@@ -10,7 +10,7 @@ LIB=c
SHLIB_MAJOR= 3
SHLIB_MINOR= 1
CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/include
-AINC= -I${.CURDIR}/${MACHINE}
+AINC= -I${.CURDIR}/${MACHINE_ARCH}
CLEANFILES+=tags
INSTALL_PIC_ARCHIVE= yes
PRECIOUSLIB= yes
@@ -31,14 +31,14 @@ KQSRCS= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \
KSRCS= bcmp.c ffs.c index.c mcount.c rindex.c strcat.c strcmp.c strcpy.c \
strlen.c strncpy.c
-libkern: libkern.gen libkern.${MACHINE}
+libkern: libkern.gen libkern.${MACHINE_ARCH}
libkern.gen: ${KQSRCS} ${KSRCS}
cp -p ${.CURDIR}/quad/quad.h ${.ALLSRC} ${DESTDIR}/sys/libkern
-libkern.${MACHINE}:: ${KMSRCS}
+libkern.${MACHINE_ARCH}:: ${KMSRCS}
.if defined(KMSRCS) && !empty(KMSRCS)
- cp -p ${.ALLSRC} ${DESTDIR}/sys/libkern/${MACHINE}
+ cp -p ${.ALLSRC} ${DESTDIR}/sys/libkern/${MACHINE_ARCH}
.endif
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud