freebsd-dev/stand/powerpc/Makefile
2017-11-14 23:02:19 +00:00

14 lines
194 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
SUBDIR= boot1.chrp ofw uboot
.if ${MACHINE_ARCH} != "powerpcspe"
SUBDIR+= ps3
.endif
.if ${MK_FDT} == "yes"
SUBDIR+= kboot
.endif
.include <bsd.subdir.mk>