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