]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/powerpc/Makefile
Add NO_OBJ to those directories that don't make anything.
[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>