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/zfsboot | |
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/zfsboot')
-rw-r--r-- | sys/boot/i386/zfsboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/zfsboot/Makefile b/sys/boot/i386/zfsboot/Makefile index 1653534..7e5cb56 100644 --- a/sys/boot/i386/zfsboot/Makefile +++ b/sys/boot/i386/zfsboot/Makefile @@ -98,7 +98,7 @@ zfsboot.h: zfsldr.out ORG1=`printf "%d" ${ORG1}` \ REL1=`printf "%d" ${REL1}` > ${.TARGET} -.if ${MACHINE_ARCH} == "amd64" +.if ${MACHINE_CPUARCH} == "amd64" beforedepend zfsboot.s: machine CLEANFILES+= machine machine: |