The correct variable is apparently MACHINE_ARCH, not TARGET_ARCH.

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-09 17:38:02 +00:00
parent 22b256dfcb
commit d7510453f3

View File

@ -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