mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
12 lines
304 B
Makefile
12 lines
304 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sbin/pfctl/files
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
# We use ${.CURDIR} as workaround so that the glob patterns work.
|
|
FILES!= echo ${.CURDIR}/pf????.in ${.CURDIR}/pf????.include ${.CURDIR}/pf????.ok
|
|
FILES+= ${.CURDIR}/pfctl_test_descr.sh
|
|
|
|
.include <bsd.progs.mk>
|