From aacbf565b52cf76f5f6b58b2d426954719d628b2 Mon Sep 17 00:00:00 2001 From: darrenr Date: Mon, 27 Feb 2006 11:22:20 +0000 Subject: Add a man page for mkfilters(1) and put the corrected perl script in the ipfilter usr/share directory PR: docs/26879 --- share/examples/ipfilter/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.1