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