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:
parent
22b256dfcb
commit
d7510453f3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255425
@ -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…
Reference in New Issue
Block a user