mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Conditionalise boot block building on i386.
This commit is contained in:
parent
ba8e952c77
commit
daf326ce5a
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue