.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
SUBDIR+= libbar foo
.endif

.include <bsd.subdir.mk>
