summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-09 17:38:02 +0000
committerdes <des@FreeBSD.org>2013-09-09 17:38:02 +0000
commit2a48fed0b32ceb1567f3b7e33835bacfdf3e0971 (patch)
treedf400417e906fa378309ede3d0c51c734ad599f8 /etc/Makefile
parent46d2ccf617ff9baf3b87537399402617432f19cb (diff)
downloadFreeBSD-src-2a48fed0b32ceb1567f3b7e33835bacfdf3e0971.zip
FreeBSD-src-2a48fed0b32ceb1567f3b7e33835bacfdf3e0971.tar.gz
The correct variable is apparently MACHINE_ARCH, not TARGET_ARCH.
Approved by: re (blanket)
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index b6e1e37..ae52d79 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -50,7 +50,7 @@ BIN1= crontab \
syslog.conf \
termcap.small
-.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
BIN1+= libmap32.conf
.endif
OpenPOWER on IntegriCloud