From a71ea7bea0d2a8ba86373377c3c1443acbeab5d2 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Fri, 22 Jul 2022 10:43:39 +0200 Subject: 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 --- cddl/sbin/zfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cddl/sbin/zfs') diff --git a/cddl/sbin/zfs/Makefile b/cddl/sbin/zfs/Makefile index 6a6ef62e4fce..0babca17e98a 100644 --- a/cddl/sbin/zfs/Makefile +++ b/cddl/sbin/zfs/Makefile @@ -7,7 +7,7 @@ ZFSTOP= ${SRCTOP}/sys/contrib/openzfs .PATH: ${ZFSTOP}/man/man8 .PATH: ${ZFSTOP}/module/os/freebsd/spl -PACKAGE= runtime +PACKAGE= zfs PROG= zfs MAN= \ zfs.8 \ -- cgit v1.2.3