1 2.if exists(${.CURDIR}/${MACHINE_ARCH}) 3SUBDIR+= ${MACHINE_ARCH} 4.endif 5 6.include <bsd.subdir.mk> 7