]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/examples/ipfilter/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / examples / ipfilter / Makefile
1 # $FreeBSD$
2
3 FILES=  README
4
5 # dist sample files
6 .PATH: ${.CURDIR}/../../../contrib/ipfilter/rules \
7        ${.CURDIR}/../../../contrib/ipfilter \
8        ${.CURDIR}/../../../contrib/ipfilter/man
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 BINMODE=0755
27 SCRIPTS=        mkfilters
28 MAN=            mkfilters.1
29
30 SCRIPTSDIR=     ${SHAREDIR}/examples/ipfilter
31 FILESDIR=       ${SHAREDIR}/examples/ipfilter
32
33 .include <bsd.prog.mk>