xref: /freebsd/sbin/pfctl/tests/files/Makefile (revision 5ca8e32633c4ffbbcd6762e5888b6a4ba0708c6c)
1
2PACKAGE=	tests
3
4TESTSDIR=	${TESTSBASE}/sbin/pfctl/files
5BINDIR=		${TESTSDIR}
6
7# We use ${.CURDIR} as workaround so that the glob patterns work.
8FILES!=		echo ${.CURDIR}/pf????.in ${.CURDIR}/pf????.include ${.CURDIR}/pf????.ok
9
10.include <bsd.progs.mk>
11