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