]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/sparc64/Makefile
Merge compiler-rt trunk r321017 to contrib/compiler-rt.
[FreeBSD/FreeBSD.git] / stand / sparc64 / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 SUBDIR= boot1 loader
6 .if ${MK_ZFS} != "no"
7 SUBDIR+=zfsboot zfsloader
8 .endif
9
10 .include <bsd.subdir.mk>