aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/users
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-07-21 15:09:34 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-02-02 09:32:54 +0000
commit33fea630f25cad8f868dba9a77924ec317021b0f (patch)
tree97bc8ba5bc26b47990fae06abaa4287a871376aa /usr.bin/users
parent73f65c7acdfe7d5780c9a9e3320caf85885d6300 (diff)
downloadsrc-33fea630f25cad8f868dba9a77924ec317021b0f.tar.gz
src-33fea630f25cad8f868dba9a77924ec317021b0f.zip
pkgbase: Put accounting utilities in the acct package
(cherry picked from commit 0c6b2a91795167203f442a84aac2570397226e56)
Diffstat (limited to 'usr.bin/users')
-rw-r--r--usr.bin/users/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile
index ba990f890717..c1eef9c7b487 100644
--- a/usr.bin/users/Makefile
+++ b/usr.bin/users/Makefile
@@ -3,6 +3,7 @@
WARNS?= 3
PROG_CXX= users
+PACKAGE= acct
CXXFLAGS+= -fno-rtti
.include <bsd.prog.mk>