]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/sparc64/Makefile
MFC r314641,r314646,r314997,r315390:
[FreeBSD/FreeBSD.git] / stand / sparc64 / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=t
4
5 .include <bsd.init.mk>
6
7 SUBDIR= boot1 loader
8 .if ${MK_ZFS} != "no"
9 SUBDIR+=zfsboot zfsloader
10 .endif
11
12 .include <bsd.subdir.mk>