summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pw/tests/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/pw/tests/Makefile b/pw/tests/Makefile
index 66ab454..1c69d50 100644
--- a/pw/tests/Makefile
+++ b/pw/tests/Makefile
@@ -1,8 +1,6 @@
# $FreeBSD$
PACKAGE= tests
-FILESGROUPS= TESTS
-TESTSPACKAGE= ${PACKAGE}
ATF_TESTS_SH= pw_etcdir \
pw_lock \
@@ -19,8 +17,10 @@ ATF_TESTS_SH= pw_etcdir \
TEST_METADATA.${tp}+= required_user="root"
.endfor
-FILES= group helper_functions.shin master.passwd pw.conf \
- pw-modified.conf
-FILESDIR= ${TESTSDIR}
+${PACKAGE}FILES+= group
+${PACKAGE}FILES+= helper_functions.shin
+${PACKAGE}FILES+= master.passwd
+${PACKAGE}FILES+= pw.conf
+${PACKAGE}FILES+= pw-modified.conf
.include <bsd.test.mk>