summaryrefslogtreecommitdiffstats
path: root/share/examples/ipfilter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/ipfilter/Makefile')
-rw-r--r--share/examples/ipfilter/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/examples/ipfilter/Makefile b/share/examples/ipfilter/Makefile
index 4826dac..8cf0cea 100644
--- a/share/examples/ipfilter/Makefile
+++ b/share/examples/ipfilter/Makefile
@@ -5,7 +5,8 @@ NO_OBJ=
FILES= README
# dist sample files
-.PATH: ${.CURDIR}/../../../contrib/ipfilter/rules
+.PATH: ${.CURDIR}/../../../contrib/ipfilter/rules \
+ ${.CURDIR}/../../../contrib/ipfilter
FILES+= BASIC.NAT BASIC_1.FW BASIC_2.FW \
example.1 example.2 example.3 example.4 example.5 \
example.6 example.7 example.8 example.9 example.10 \
@@ -23,6 +24,9 @@ FILES+= ipf-howto.txt
# http://coombs.anu.edu.au/~avalon/ sample files
FILES+= examples.txt rules.txt
+BINMODE=0755
+PROG= mkfilters
+
FILESDIR= ${SHAREDIR}/examples/ipfilter
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud