aboutsummaryrefslogtreecommitdiff
path: root/cddl/sbin/zfs
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-07-22 08:43:39 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-10-26 17:46:30 +0000
commita71ea7bea0d2a8ba86373377c3c1443acbeab5d2 (patch)
treea3930b81811416d8d39e0ecebd18d450f6919dcf /cddl/sbin/zfs
parent0bf688786f7d5508b43b50c62f50f022e33b1352 (diff)
downloadsrc-a71ea7bea0d2a8ba86373377c3c1443acbeab5d2.tar.gz
src-a71ea7bea0d2a8ba86373377c3c1443acbeab5d2.zip
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
Diffstat (limited to 'cddl/sbin/zfs')
-rw-r--r--cddl/sbin/zfs/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \