xref: /freebsd/sbin/pfctl/tests/files/Makefile (revision 6296500a85c8474e3ff3fe2f8e4a9d56dd0acd64)
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 ${.CURDIR}/pf????.fail
8
9.include <bsd.progs.mk>
10