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