summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-06-03 10:38:07 +0000
committerkato <kato@FreeBSD.org>1999-06-03 10:38:07 +0000
commitc8eab8c8632d748b5b4881dfb914a801eeebce5a (patch)
tree2af7ce646be06bed55f065d2272c77324d5c05b4 /sys/Makefile
parentc53963c15e0601c9d4bd4fe1ee0ed7f9d6e2d47d (diff)
downloadFreeBSD-src-c8eab8c8632d748b5b4881dfb914a801eeebce5a.zip
FreeBSD-src-c8eab8c8632d748b5b4881dfb914a801eeebce5a.tar.gz
Use MACHINE_ARCH instead of MACHINE to check x86 architecture.
Pointed out by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 876ae0d..fd892f3 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.16 1998/12/30 12:06:08 bde Exp $
+# $Id: Makefile,v 1.17 1999/04/21 11:09:40 jkoshy Exp $
# This is the old aout only boot loader.
.if exists(${.CURDIR}/${MACHINE}/boot) && ${OBJFORMAT} == "aout"
SUBDIR= ${MACHINE}/boot
-.elif exists(${.CURDIR}/boot) && ${MACHINE} == "i386" && ${OBJFORMAT} == "elf"
+.elif exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "elf"
SUBDIR= boot
.endif
OpenPOWER on IntegriCloud