]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/powerpc/Makefile
MFV r330102: ntp 4.2.8p11
[FreeBSD/FreeBSD.git] / stand / powerpc / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=t
4
5 .include <bsd.init.mk>
6
7 SUBDIR=         boot1.chrp ofw uboot
8 .if ${MK_FDT} == "yes"
9 SUBDIR+=        kboot
10 .endif
11
12 .include <bsd.subdir.mk>