]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/powerpc/Makefile
libfdt: Update to 1.4.6, switch to using libfdt for overlay support
[FreeBSD/FreeBSD.git] / stand / powerpc / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 SUBDIR=         boot1.chrp ofw uboot
6 .if ${MK_FDT} == "yes"
7 SUBDIR+=        kboot
8 .endif
9
10 .include <bsd.subdir.mk>