From daf326ce5a8ddb1508a5e9b86069083b4dde36af Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 13 Oct 1998 08:13:32 +0000 Subject: [PATCH] Conditionalise boot block building on i386. --- Makefile.inc1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index f662fbf0ac22..031a055e2d4e 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.