summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-03-01 01:09:06 +0000
committerimp <imp@FreeBSD.org>1999-03-01 01:09:06 +0000
commit15ef0b89c9d775efff5b968efcc4081306c827e8 (patch)
treec9a40d4725ae37e27c28ccfc21732a777e9f9068 /Makefile.inc1
parent6784b7fe13643dc2f8fbb1a8bbe692557845b974 (diff)
downloadFreeBSD-src-15ef0b89c9d775efff5b968efcc4081306c827e8.zip
FreeBSD-src-15ef0b89c9d775efff5b968efcc4081306c827e8.tar.gz
The legacy boot stuff is available only on i386, not all architectures
which aren't the alpha. Test for MACHINE_ARCH == i386 rather than MACHINE_ARCH != alpha.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index a1f11c0..c79bec3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.63 1999/02/14 13:56:14 des Exp $
+# $Id: Makefile.inc1,v 1.64 1999/02/27 03:18:10 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -916,7 +916,7 @@ legacy-install:
@echo "--------------------------------------------------------------"
cd ${.CURDIR}/libexec/rtld-aout; ${MAKE} -DNOMAN install
@echo
-.if ${MACHINE_ARCH} != "alpha"
+.if ${MACHINE_ARCH} == "i386"
@echo "--------------------------------------------------------------"
@echo ">>> Installing legacy boot"
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud