summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-08 09:40:17 +0000
committerjkh <jkh@FreeBSD.org>1998-10-08 09:40:17 +0000
commitb49acf3cc7e863ceb31a4c4c72a7e8b1bc8adf33 (patch)
tree59b145b1c64bc58e51520a38a35536490ba154e1 /Makefile.inc1
parent09b12ea3fac7d6bf3052187948ae45a57bd2505d (diff)
downloadFreeBSD-src-b49acf3cc7e863ceb31a4c4c72a7e8b1bc8adf33.zip
FreeBSD-src-b49acf3cc7e863ceb31a4c4c72a7e8b1bc8adf33.tar.gz
Make both types of boot targets.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 26170c7..43700af 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.22 1998/09/26 01:30:36 sos Exp $
+# $Id: Makefile.inc1,v 1.23 1998/10/05 08:06:45 msmith Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -893,7 +893,8 @@ legacy-build:
@echo "--------------------------------------------------------------"
@echo ">>> Building legacy boot"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}/sys/${MACHINE}/boot; \
+ cd ${.CURDIR}/sys/boot && ${XMAKE} -DNOMAN depend; ${XMAKE} -DNOMAN all
+ cd ${.CURDIR}/sys/${MACHINE_ARCH}/boot && \
${XMAKE} -DNOMAN depend; ${XMAKE} -DNOMAN all;
.endif
OpenPOWER on IntegriCloud