]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/powerpc/Makefile
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[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>