xref: /freebsd-14.2/share/examples/ipfilter/Makefile (revision d0b2dbfa)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2PACKAGE=ipf
3FILES=	README
4
5# dist sample files
6.PATH: ${.CURDIR}/rules
7FILES+=	BASIC.NAT BASIC_1.FW BASIC_2.FW \
8	example.1 example.2 example.3 example.4 example.5 \
9	example.6 example.7 example.8 example.9 example.10 \
10	example.11 example.12 example.13 example.sr firewall \
11	ftp-proxy ftppxy nat-setup nat.eg server tcpstate
12
13# ftp://ftp.OpenBSD.org/pub/OpenBSD/src/share/ipf/ sample files.
14FILES+=	example.14 firewall.1 firewall.2 \
15	ipf.conf.permissive ipf.conf.restrictive \
16	ipf.conf.sample ipnat.conf.sample
17
18# http://www.obfuscation.org/ipf/ how-to
19FILES+=	ipf-howto.txt
20
21# http://coombs.anu.edu.au/~avalon/ sample files
22FILES+=	examples.txt rules.txt
23
24BINMODE=0755
25SCRIPTS=	mkfilters
26MAN=		mkfilters.1
27
28SCRIPTSDIR=	${SHAREDIR}/examples/ipfilter
29FILESDIR=	${SHAREDIR}/examples/ipfilter
30
31.include <bsd.prog.mk>
32

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025