diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-07-21 15:09:34 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2023-02-02 09:32:54 +0000 |
commit | 33fea630f25cad8f868dba9a77924ec317021b0f (patch) | |
tree | 97bc8ba5bc26b47990fae06abaa4287a871376aa /usr.sbin/utx/Makefile | |
parent | 73f65c7acdfe7d5780c9a9e3320caf85885d6300 (diff) |
pkgbase: Put accounting utilities in the acct package
(cherry picked from commit 0c6b2a91795167203f442a84aac2570397226e56)
Diffstat (limited to 'usr.sbin/utx/Makefile')
-rw-r--r-- | usr.sbin/utx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/utx/Makefile b/usr.sbin/utx/Makefile index 8177d3fe7832..c7710b2a6fcb 100644 --- a/usr.sbin/utx/Makefile +++ b/usr.sbin/utx/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PACKAGE= runtime +PACKAGE= acct PROG= utx MAN= utx.8 |