summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-09-09 11:13:55 +0000
committerkato <kato@FreeBSD.org>1998-09-09 11:13:55 +0000
commit256379f728d72eb02a1e453fc35f61293b8384cf (patch)
treef424add05ffec0b4252f43b1541da59ea39ed8a4 /include
parent40c6bdc10de8f3b44565a8410b334162ff7c23de (diff)
downloadFreeBSD-src-256379f728d72eb02a1e453fc35f61293b8384cf.zip
FreeBSD-src-256379f728d72eb02a1e453fc35f61293b8384cf.tar.gz
Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile
index 4f12b46..48581a7 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.80 1998/08/01 13:42:12 alex Exp $
+# $Id: Makefile,v 1.81 1998/09/09 01:21:19 jdp Exp $
#
# Doing a make install builds /usr/include
#
@@ -114,8 +114,8 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
${DESTDIR}/usr/include/$i
.endfor
-.if exists(${.CURDIR}/../sys/${MACHINE}/include)
- cd ${.CURDIR}/../sys/${MACHINE}/include; \
+.if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include)
+ cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
${DESTDIR}/usr/include/machine
.endif
@@ -127,6 +127,6 @@ symlinks:
ln -s ../../sys/$i ${DESTDIR}/usr/include/$i
.endfor
rm -rf ${DESTDIR}/usr/include/machine
- ln -s ../../sys/${MACHINE}/include ${DESTDIR}/usr/include/machine
+ ln -s ../../sys/${MACHINE_ARCH}/include ${DESTDIR}/usr/include/machine
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud