Index: /usr/src/etc/Makefile =================================================================== --- /usr/src/etc/Makefile (revision 275576) +++ /usr/src/etc/Makefile (working copy) @@ -56,8 +56,10 @@ termcap.small .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64" +.if ${MK_LIB32} != "no" BIN1+= libmap32.conf .endif +.endif .if exists(${.CURDIR}/etc.${MACHINE}/ttys) BIN1+= etc.${MACHINE}/ttys