freebsd-dev/cddl/usr.sbin/zfsd/Makefile
Emmanuel Vadot a71ea7bea0 pkgbase: Put zfs utilities and lib in their own package
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
2022-10-26 19:46:30 +02:00

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>