diff --git a/sbin/pfctl/tests/Makefile b/sbin/pfctl/tests/Makefile index b4aa2de120b3..21eae016f4d1 100644 --- a/sbin/pfctl/tests/Makefile +++ b/sbin/pfctl/tests/Makefile @@ -1,8 +1,10 @@ # $FreeBSD$ +PACKAGE= tests + ATF_TESTS_SH= pfctl_test \ macro SUBDIR+= files .include diff --git a/sbin/pfctl/tests/files/Makefile b/sbin/pfctl/tests/files/Makefile index 818e4cd21f77..af0d4bbf0bfb 100644 --- a/sbin/pfctl/tests/files/Makefile +++ b/sbin/pfctl/tests/files/Makefile @@ -1,10 +1,12 @@ # $FreeBSD$ +PACKAGE= tests + TESTSDIR= ${TESTSBASE}/sbin/pfctl/files BINDIR= ${TESTSDIR} # We use ${.CURDIR} as workaround so that the glob patterns work. FILES!= echo ${.CURDIR}/pf????.in ${.CURDIR}/pf????.include ${.CURDIR}/pf????.ok FILES+= ${.CURDIR}/pfctl_test_descr.sh .include