pkgbase: Put accounting utilities in the acct package

This commit is contained in:
Emmanuel Vadot 2022-07-21 17:09:34 +02:00
parent 15d781b532
commit 0c6b2a9179
6 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,7 @@
# $FreeBSD$
PROG= last
PACKAGE= acct
LIBADD= xo
NO_WFORMAT=

View file

@ -3,6 +3,7 @@
WARNS?= 3
PROG_CXX= users
PACKAGE= acct
CXXFLAGS+= -fno-rtti
.include <bsd.prog.mk>

View file

@ -2,5 +2,6 @@
# $FreeBSD$
PROG= who
PACKAGE= acct
.include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# $FreeBSD$
PROG= ac
PACKAGE= acct
MAN= ac.8
# If "CONSOLE_TTY" is not defined, this program is compatible with the

View file

@ -1,6 +1,7 @@
# $FreeBSD$
PROG= lastlogin
PACKAGE= acct
MAN= lastlogin.8
LIBADD= xo

View file

@ -1,6 +1,6 @@
# $FreeBSD$
PACKAGE= runtime
PACKAGE= acct
PROG= utx
MAN= utx.8