freebsd-dev/stand/sparc64/Makefile
2017-11-14 23:02:19 +00:00

11 lines
139 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
SUBDIR= boot1 loader
.if ${MK_ZFS} != "no"
SUBDIR+=zfsboot zfsloader
.endif
.include <bsd.subdir.mk>