diff options
author | gjb <gjb@FreeBSD.org> | 2016-01-21 17:49:10 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-01-21 17:49:10 +0000 |
commit | f6492b3249a955338d821a8ad3f066bbf4790cd5 (patch) | |
tree | 01020bbe929238fadb1dd150534c28ae499014f9 /usr.bin/lastcomm/tests | |
parent | 11e00eb04cc183fd3d4e01aa8b732aad63a183be (diff) | |
download | FreeBSD-src-f6492b3249a955338d821a8ad3f066bbf4790cd5.zip FreeBSD-src-f6492b3249a955338d821a8ad3f066bbf4790cd5.tar.gz |
Create an acct package for accounting tools.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin/lastcomm/tests')
-rw-r--r-- | usr.bin/lastcomm/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/lastcomm/tests/Makefile b/usr.bin/lastcomm/tests/Makefile index 55ce574..7fa62b9 100644 --- a/usr.bin/lastcomm/tests/Makefile +++ b/usr.bin/lastcomm/tests/Makefile @@ -2,6 +2,8 @@ TAP_TESTS_SH= legacy_test +PACKAGE= tests + FILESDIR= ${TESTSDIR} FILES= v1-amd64-acct.in FILES+= v1-amd64.out |