b21ed88a41
it's going to be removed soon anyway once the final lingering issues with kboot are resolved. Go ahead and disconnect it from the build a little early. Sponsored by: Netflix OK'd by: nathanw@
11 lines
138 B
Makefile
11 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR= boot1.chrp ofw uboot
|
|
.if ${MK_FDT} == "yes"
|
|
SUBDIR+= kboot
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|