]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/powerpc/Makefile
Re-sync loader.mk and ficl.mk to where they should be
[FreeBSD/FreeBSD.git] / sys / boot / powerpc / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 SUBDIR=         boot1.chrp ofw uboot
6 .if ${MACHINE_ARCH} != "powerpcspe"
7 SUBDIR+=        ps3
8 .endif
9 .if ${MK_FDT} == "yes"
10 SUBDIR+=        kboot
11 .endif
12
13 .include <bsd.subdir.mk>