a71ea7bea0
It is useful to have zfs utilities and lib in a separate package as it allow users to create image that can support ZFS (i.e. not with WITHOUT_ZFS in src.conf set) without bloating the default image with all zfs tools (for example for jails). Differential Revision: https://reviews.freebsd.org/D36225
15 lines
174 B
Makefile
15 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
.include "Makefile.common"
|
|
|
|
PACKAGE= zfs
|
|
PROG_CXX= zfsd
|
|
MAN= zfsd.8
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_GOOGLETEST}+= tests
|
|
|
|
.include <bsd.prog.mk>
|