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/loader | |
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/loader')
-rw-r--r-- | sys/boot/i386/loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 71307c0..a6f0d97 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -119,7 +119,7 @@ LDADD= ${LIBFICL} ${LIBFIREWIRE} ${LIBZFS} ${LIBI386} ${LIBSTAND} .include <bsd.prog.mk> -.if ${MACHINE_ARCH} == "amd64" +.if ${MACHINE_CPUARCH} == "amd64" beforedepend ${OBJS}: machine CLEANFILES+= machine machine: |