Only install libmap32.conf if MK_LIB32 != no

This commit is contained in:
Enji Cooper 2014-11-27 07:49:25 +00:00
parent ee0d2af8e2
commit 899d8a5bd5

View File

@ -53,10 +53,6 @@ BIN1= auto_master \
syslog.conf \
termcap.small
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
BIN1+= libmap32.conf
.endif
.if exists(${.CURDIR}/etc.${MACHINE}/ttys)
BIN1+= etc.${MACHINE}/ttys
.elif exists(${.CURDIR}/etc.${MACHINE_ARCH}/ttys)
@ -105,6 +101,10 @@ BIN1+= inetd.conf
BIN1+= ${.CURDIR}/../usr.bin/locate/locate/locate.rc
.endif
.if ${MK_LIB32} != "no"
BIN1+= libmap32.conf
.endif
.if ${MK_LPR} != "no"
BIN1+= hosts.lpd printcap
.endif