]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/powerpc/Makefile
Add fortune datfiles that are no longer distributed.
[FreeBSD/FreeBSD.git] / stand / 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>