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
This commit is contained in:
Doug Rabson 2022-05-30 14:22:08 +01:00
parent a3d9740825
commit 5e9c888a7a

View file

@ -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 \