summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-13 08:13:32 +0000
committerjkh <jkh@FreeBSD.org>1998-10-13 08:13:32 +0000
commit80b5e2933437853f20d64de927e76d8b283434c4 (patch)
tree471a31283c1c6285df388b780d0c3f403285b81f /Makefile.inc1
parentdbc1db2955ae0d33a28578224b8470a1e2762e97 (diff)
downloadFreeBSD-src-80b5e2933437853f20d64de927e76d8b283434c4.zip
FreeBSD-src-80b5e2933437853f20d64de927e76d8b283434c4.tar.gz
Conditionalise boot block building on i386.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f662fbf..031a055 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.31 1998/10/11 18:39:38 rnordier Exp $
+# $Id: Makefile.inc1,v 1.32 1998/10/11 19:02:27 rnordier Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -940,11 +940,13 @@ legacy-install:
cd ${.CURDIR}/lkm; ${MAKE} -DNOMAN install
@echo
.endif
+.if ${MACHINE_ARCH} != "alpha"
@echo "--------------------------------------------------------------"
@echo ">>> Installing legacy boot"
@echo "--------------------------------------------------------------"
cd ${.CURDIR}/sys/${MACHINE}/boot && ${MAKE} -DNOMAN install
.endif
+.endif
# Get the object format that the tools see.
OpenPOWER on IntegriCloud