aboutsummaryrefslogtreecommitdiff
path: root/sbin/bectl
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 /sbin/bectl
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 'sbin/bectl')
-rw-r--r--sbin/bectl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/bectl/Makefile b/sbin/bectl/Makefile
index 46d43306b9ca..fe2e6087e243 100644
--- a/sbin/bectl/Makefile
+++ b/sbin/bectl/Makefile
@@ -2,7 +2,7 @@
.include <src.opts.mk>
-PACKAGE=runtime
+PACKAGE=zfs
PROG= bectl
MAN= bectl.8