ca987d4641
Sponsored by: Netflix
11 lines
139 B
Makefile
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>
|