summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-10-10 11:16:08 +0000
committerkato <kato@FreeBSD.org>1998-10-10 11:16:08 +0000
commit406a1e144900b39255a2e8cd09e3bb4541a052ba (patch)
treeeb3a5aa162a487805334161dd2b92cf32378e66b /Makefile.inc1
parent3a65cb758f3ea6daba8098e3d25ddef48c5627ef (diff)
downloadFreeBSD-src-406a1e144900b39255a2e8cd09e3bb4541a052ba.zip
FreeBSD-src-406a1e144900b39255a2e8cd09e3bb4541a052ba.tar.gz
PC-98 uses different boot code from IBM-PC. So, MACHINE is used
instead of MACHINE_ARCH. Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 54e480a..9f1684a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.26 1998/10/10 08:21:18 jkh Exp $
+# $Id: Makefile.inc1,v 1.27 1998/10/10 10:54:54 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -895,7 +895,7 @@ legacy-build:
@echo "--------------------------------------------------------------"
cd ${.CURDIR}/sys/boot && ${XMAKE} -DNOMAN -B obj depend; \
${XMAKE} -DNOMAN all
- cd ${.CURDIR}/sys/${MACHINE_ARCH}/boot && \
+ cd ${.CURDIR}/sys/${MACHINE}/boot && \
${XMAKE} -DNOMAN -B obj depend; ${XMAKE} -DNOMAN OBJFORMAT=elf all;
.endif
OpenPOWER on IntegriCloud