summaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-07-26 17:05:33 +0000
committerBrad Davis <brd@FreeBSD.org>2018-07-26 17:05:33 +0000
commit7b821f55bd1943156170a6104a8c1a49612da181 (patch)
tree681a299373fd26eb9fac734e9ea30f114f9c8ea6 /sbin/pfctl
parent74c3bf4ac05264793808cc4dc8934be2f20a7297 (diff)
downloadsrc-test-7b821f55bd1943156170a6104a8c1a49612da181.tar.gz
src-test-7b821f55bd1943156170a6104a8c1a49612da181.zip
Convert bsd.files.mk to support DIRS and simplify by only having one install
target. Also update the pfctl tests Makefile to work with this change. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D16430
Notes
Notes: svn path=/head/; revision=336744
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/tests/files/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/pfctl/tests/files/Makefile b/sbin/pfctl/tests/files/Makefile
index 433106089b2a2..818e4cd21f779 100644
--- a/sbin/pfctl/tests/files/Makefile
+++ b/sbin/pfctl/tests/files/Makefile
@@ -4,9 +4,7 @@ TESTSDIR= ${TESTSBASE}/sbin/pfctl/files
BINDIR= ${TESTSDIR}
# We use ${.CURDIR} as workaround so that the glob patterns work.
-FILES= ${.CURDIR}/pf????.in
-FILES+= ${.CURDIR}/pf????.include
-FILES+= ${.CURDIR}/pf????.ok
+FILES!= echo ${.CURDIR}/pf????.in ${.CURDIR}/pf????.include ${.CURDIR}/pf????.ok
FILES+= ${.CURDIR}/pfctl_test_descr.sh
.include <bsd.progs.mk>