7b821f55bd
target. Also update the pfctl tests Makefile to work with this change. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D16430
11 lines
288 B
Makefile
11 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|