mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Use MACHINE_ARCH instead of MACHINE to check x86 architecture.
Pointed out by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
This commit is contained in:
parent
c3e53c0457
commit
8326768a5c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47704
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user