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