]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/pfctl/tests/files/Makefile
contrib/bc: update to version 4.0.2
[FreeBSD/FreeBSD.git] / sbin / pfctl / tests / files / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/sbin/pfctl/files
6 BINDIR=         ${TESTSDIR}
7
8 # We use ${.CURDIR} as workaround so that the glob patterns work.
9 FILES!=         echo ${.CURDIR}/pf????.in ${.CURDIR}/pf????.include ${.CURDIR}/pf????.ok
10
11 .include <bsd.progs.mk>