1# $FreeBSD$ 2 3.include <bsd.init.mk> 4 5SUBDIR= boot1.chrp ofw uboot 6.if ${MACHINE_ARCH} != "powerpcspe" 7SUBDIR+= ps3 8.endif 9.if ${MK_FDT} == "yes" 10SUBDIR+= kboot 11.endif 12 13.include <bsd.subdir.mk> 14