1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255425

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