aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsdb
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-07-22 11:22:29 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-10-26 17:46:34 +0000
commita7ffc948497e04354fa512915f7e383ee04ae269 (patch)
tree0170259c3db3e6725bb6a5281c70805d7010254f /sbin/fsdb
parenta099694ecdbdc50445487c5b1ebebdc13c2f0b43 (diff)
downloadsrc-a7ffc948497e04354fa512915f7e383ee04ae269.tar.gz
src-a7ffc948497e04354fa512915f7e383ee04ae269.zip
pkgbase: Put ufs related tools and lib in their own package
It's not really useful in a jail or in a mdroot or even if a users wants to do a full zfs machine. Reviewed by: mckusick Differential Revision: https://reviews.freebsd.org/D36227
Diffstat (limited to 'sbin/fsdb')
-rw-r--r--sbin/fsdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile
index a2e280420479..37be6845fa78 100644
--- a/sbin/fsdb/Makefile
+++ b/sbin/fsdb/Makefile
@@ -2,7 +2,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
-PACKAGE=runtime
+PACKAGE=ufs
PROG= fsdb
MAN= fsdb.8
SRCS= fsdb.c fsdbutil.c \