1PACKAGE=ipf 2FILES= README 3 4# dist sample files 5.PATH: ${.CURDIR}/rules 6FILES+= BASIC.NAT BASIC_1.FW BASIC_2.FW \ 7 example.1 example.2 example.3 example.4 example.5 \ 8 example.6 example.7 example.8 example.9 example.10 \ 9 example.11 example.12 example.13 example.sr firewall \ 10 ftp-proxy ftppxy nat-setup nat.eg server tcpstate 11 12# ftp://ftp.OpenBSD.org/pub/OpenBSD/src/share/ipf/ sample files. 13FILES+= example.14 firewall.1 firewall.2 \ 14 ipf.conf.permissive ipf.conf.restrictive \ 15 ipf.conf.sample ipnat.conf.sample 16 17# http://www.obfuscation.org/ipf/ how-to 18FILES+= ipf-howto.txt 19 20# http://coombs.anu.edu.au/~avalon/ sample files 21FILES+= examples.txt rules.txt 22 23BINMODE=0755 24SCRIPTS= mkfilters 25MAN= mkfilters.1 26 27SCRIPTSDIR= ${SHAREDIR}/examples/ipfilter 28FILESDIR= ${SHAREDIR}/examples/ipfilter 29 30.include <bsd.prog.mk> 31