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