summaryrefslogtreecommitdiff
path: root/usr.bin/ident
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-05-04 23:20:53 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-05-04 23:20:53 +0000
commit430f7286a566b1407c7b32ce13585caf5aa59b92 (patch)
treea3a2f2051c05cb9a95c4a94f6c5bbcd7a12cdfea /usr.bin/ident
parente45163b2162def698a0320716097091257c39dea (diff)
downloadsrc-test2-430f7286a566b1407c7b32ce13585caf5aa59b92.tar.gz
src-test2-430f7286a566b1407c7b32ce13585caf5aa59b92.zip
Notes
Diffstat (limited to 'usr.bin/ident')
-rw-r--r--usr.bin/ident/tests/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ident/tests/Makefile b/usr.bin/ident/tests/Makefile
index e38eb1036a1a..a1c6449114cd 100644
--- a/usr.bin/ident/tests/Makefile
+++ b/usr.bin/ident/tests/Makefile
@@ -1,13 +1,11 @@
# $FreeBSD$
PACKAGE= tests
-FILESGROUPS= TESTS
-TESTSPACKAGE= ${PACKAGE}
ATF_TESTS_SH= ident
-FILES= test.in \
+${PACKAGE}FILES+= \
+ test.in \
test.out \
testnoid
-FILESDIR= ${TESTSDIR}
.include <bsd.test.mk>