Conditionalise boot block building on i386.

This commit is contained in:
Jordan K. Hubbard 1998-10-13 08:13:32 +00:00
parent ba8e952c77
commit daf326ce5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40283

View File

@ -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.