Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / examples / ipfilter / Makefile
1 # $FreeBSD: src/share/examples/ipfilter/Makefile,v 1.3.2.1 2002/04/27 20:04:18 darrenr Exp $
2
3 NOOBJ=  noobj
4
5 FILES=  README
6
7 # dist sample files
8 .PATH: ${.CURDIR}/../../../contrib/ipfilter/rules
9 FILES+= BASIC.NAT BASIC_1.FW BASIC_2.FW \
10         example.1 example.2 example.3 example.4 example.5 \
11         example.6 example.7 example.8 example.9 example.10 \
12         example.11 example.12 example.13 example.sr firewall \
13         ftp-proxy ftppxy nat-setup nat.eg server tcpstate
14
15 # ftp://ftp.OpenBSD.org/pub/OpenBSD/src/share/ipf/ sample files.
16 FILES+= example.14 firewall.1 firewall.2 \
17         ipf.conf.permissive ipf.conf.restrictive \
18         ipf.conf.sample ipnat.conf.sample
19
20 # http://www.obfuscation.org/ipf/ how-to
21 FILES+= ipf-howto.txt
22
23 # http://coombs.anu.edu.au/~avalon/ sample files
24 FILES+= examples.txt rules.txt
25
26 FILESDIR=       ${SHAREDIR}/examples/ipfilter
27
28 .include <bsd.prog.mk>