The correct variable is apparently MACHINE_ARCH, not TARGET_ARCH.
Approved by: re (blanket)
This commit is contained in:
parent
22b256dfcb
commit
d7510453f3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user