1.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" 2SUBDIR+= libbar foo 3.endif 4 5.include <bsd.subdir.mk> 6