aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2022-05-30 13:22:08 +0000
committerDoug Rabson <dfr@FreeBSD.org>2022-05-30 14:23:00 +0000
commit5e9c888a7ac014f81bcf369ff3d38690d51545ee (patch)
treee04ed1602221735a3968f1cd41dd60b4c89471ed
parenta3d9740825499c8a495261e09b7f9e49f6b4ac81 (diff)
downloadsrc-5e9c888a7ac014f81bcf369ff3d38690d51545ee.tar.gz
src-5e9c888a7ac014f81bcf369ff3d38690d51545ee.zip
pkgbase: Move pw to the runtime package
This allows building a container image with enough functionality for downloading and installing packages without having to include the utilities package. Reviewed by: manu MFC after: 2 weeks
-rw-r--r--usr.sbin/pw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index 353eac132c7d..d994c289a04c 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/pw/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= runtime
PROG= pw
MAN= pw.conf.5 pw.8
SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \