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

served by {OpenGrok

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