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