Index: head/sbin/pfctl/tests/Makefile =================================================================== --- head/sbin/pfctl/tests/Makefile (revision 351861) +++ head/sbin/pfctl/tests/Makefile (revision 351862) @@ -1,8 +1,10 @@ # $FreeBSD$ +PACKAGE= tests + ATF_TESTS_SH= pfctl_test \ macro SUBDIR+= files .include Index: head/sbin/pfctl/tests/files/Makefile =================================================================== --- head/sbin/pfctl/tests/files/Makefile (revision 351861) +++ head/sbin/pfctl/tests/files/Makefile (revision 351862) @@ -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