summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sa
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-01-21 17:49:10 +0000
committergjb <gjb@FreeBSD.org>2016-01-21 17:49:10 +0000
commitf6492b3249a955338d821a8ad3f066bbf4790cd5 (patch)
tree01020bbe929238fadb1dd150534c28ae499014f9 /usr.sbin/sa
parent11e00eb04cc183fd3d4e01aa8b732aad63a183be (diff)
downloadFreeBSD-src-f6492b3249a955338d821a8ad3f066bbf4790cd5.zip
FreeBSD-src-f6492b3249a955338d821a8ad3f066bbf4790cd5.tar.gz
Create an acct package for accounting tools.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/sa')
-rw-r--r--usr.sbin/sa/Makefile2
-rw-r--r--usr.sbin/sa/tests/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sa/Makefile b/usr.sbin/sa/Makefile
index c3c79b0..314e341 100644
--- a/usr.sbin/sa/Makefile
+++ b/usr.sbin/sa/Makefile
@@ -8,6 +8,8 @@ PROG= sa
MAN= sa.8
SRCS= main.c db.c pdb.c usrdb.c readrec.c
+PACKAGE=acct
+
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
diff --git a/usr.sbin/sa/tests/Makefile b/usr.sbin/sa/tests/Makefile
index 3c74ba9..05e197a 100644
--- a/usr.sbin/sa/tests/Makefile
+++ b/usr.sbin/sa/tests/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PACKAGE= tests
+
TAP_TESTS_SH= legacy_test
FILESDIR= ${TESTSDIR}
OpenPOWER on IntegriCloud