imp f23c92d3a7 Disconnet ps3 from the build. There's too many warnings to fix. Also,
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@
2017-12-03 04:55:19 +00:00

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>