Deleted Added
full compact
Makefile (139103) Makefile (156061)
1# $FreeBSD: head/share/examples/ipfilter/Makefile 139103 2004-12-21 08:47:35Z ru $
1# $FreeBSD: head/share/examples/ipfilter/Makefile 156061 2006-02-27 11:22:20Z darrenr $
2
3NO_OBJ=
4
5FILES= README
6
7# dist sample files
2
3NO_OBJ=
4
5FILES= README
6
7# dist sample files
8.PATH: ${.CURDIR}/../../../contrib/ipfilter/rules
8.PATH: ${.CURDIR}/../../../contrib/ipfilter/rules \
9 ${.CURDIR}/../../../contrib/ipfilter
9FILES+= 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.
16FILES+= 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
21FILES+= ipf-howto.txt
22
23# http://coombs.anu.edu.au/~avalon/ sample files
24FILES+= examples.txt rules.txt
25
10FILES+= 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.
17FILES+= 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
22FILES+= ipf-howto.txt
23
24# http://coombs.anu.edu.au/~avalon/ sample files
25FILES+= examples.txt rules.txt
26
27BINMODE=0755
28PROG= mkfilters
29
26FILESDIR= ${SHAREDIR}/examples/ipfilter
27
28.include <bsd.prog.mk>
30FILESDIR= ${SHAREDIR}/examples/ipfilter
31
32.include <bsd.prog.mk>