diff options
author | imp <imp@FreeBSD.org> | 2010-08-23 01:42:09 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-08-23 01:42:09 +0000 |
commit | 39fcadc28da59792c2ac5650c1f0202b2c16b596 (patch) | |
tree | a9ad975ea7e6e57fb549db12e15452f8ae37bbe6 /sys/boot/i386/boot2/Makefile | |
parent | b0b888fbfef3fbbeba8520596bcab9925a01de04 (diff) | |
download | FreeBSD-src-39fcadc28da59792c2ac5650c1f0202b2c16b596.zip FreeBSD-src-39fcadc28da59792c2ac5650c1f0202b2c16b596.tar.gz |
MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH
Diffstat (limited to 'sys/boot/i386/boot2/Makefile')
-rw-r--r-- | sys/boot/i386/boot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index 84a63c1..bff4647 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -99,7 +99,7 @@ boot2.h: boot1.out ORG1=`printf "%d" ${ORG1}` \ REL1=`printf "%d" ${REL1}` > ${.TARGET} -.if ${MACHINE_ARCH} == "amd64" +.if ${MACHINE_CPUARCH} == "amd64" beforedepend boot2.s: machine CLEANFILES+= machine machine: |