Fix a botched commit that broke world.
This commit is contained in:
parent
1c0f44a8d0
commit
93d94aae2e
@ -6,7 +6,8 @@ FILES= README
|
||||
|
||||
# dist sample files
|
||||
.PATH: ${.CURDIR}/../../../contrib/ipfilter/rules \
|
||||
${.CURDIR}/../../../contrib/ipfilter
|
||||
${.CURDIR}/../../../contrib/ipfilter \
|
||||
${.CURDIR}/../../../contrib/ipfilter/man
|
||||
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 \
|
||||
@ -25,8 +26,10 @@ FILES+= ipf-howto.txt
|
||||
FILES+= examples.txt rules.txt
|
||||
|
||||
BINMODE=0755
|
||||
PROG= mkfilters
|
||||
SCRIPTS= mkfilters
|
||||
MAN= mkfilters.1
|
||||
|
||||
SCRIPTSDIR= ${SHAREDIR}/examples/ipfilter
|
||||
FILESDIR= ${SHAREDIR}/examples/ipfilter
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user