# $FreeBSD: src/share/examples/ipfilter/Makefile,v 1.3.2.1 2002/04/27 20:04:18 darrenr Exp $ # $DragonFly: src/share/examples/ipfilter/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $ NOOBJ= noobj FILES= README # dist sample files .PATH: ${.CURDIR}/../../../contrib/ipfilter/rules 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 \ example.11 example.12 example.13 example.sr firewall \ ftp-proxy ftppxy nat-setup nat.eg server tcpstate # ftp://ftp.OpenBSD.org/pub/OpenBSD/src/share/ipf/ sample files. FILES+= example.14 firewall.1 firewall.2 \ ipf.conf.permissive ipf.conf.restrictive \ ipf.conf.sample ipnat.conf.sample # http://www.obfuscation.org/ipf/ how-to FILES+= ipf-howto.txt # http://coombs.anu.edu.au/~avalon/ sample files FILES+= examples.txt rules.txt FILESDIR= ${SHAREDIR}/examples/ipfilter .include