fbeb31a26b
ZFS but keep the boot-loaders when using ZoL port. MFC after: 1 week Reviewed by: rgrimes Differential Revision: https://reviews.freebsd.org/D18739
11 lines
131 B
Makefile
11 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=t
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR.yes= boot1 loader
|
|
SUBDIR.${MK_LOADER_ZFS}+=zfsboot
|
|
|
|
.include <bsd.subdir.mk>
|