xref: /freebsd/sbin/pfctl/tests/files/Makefile (revision 214e3e09b3381e44bf5d9c1dcd19c4b1b923a796)
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