summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 2210cc6..b6e1e37 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -50,8 +50,8 @@ BIN1= crontab \
syslog.conf \
termcap.small
-.if ${MACHINE} == "amd64"
-BIN1+= etc.${MACHINE}/libmap32.conf
+.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
+BIN1+= libmap32.conf
.endif
.if exists(${.CURDIR}/etc.${MACHINE}/ttys)
OpenPOWER on IntegriCloud