config root man

Current Path : /usr/src/share/examples/ipfilter/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/share/examples/ipfilter/Makefile

# $FreeBSD: release/9.1.0/share/examples/ipfilter/Makefile 156190 2006-03-01 22:59:00Z ru $

FILES=	README

# dist sample files
.PATH: ${.CURDIR}/../../../contrib/ipfilter/rules \
       ${.CURDIR}/../../../contrib/ipfilter \
       ${.CURDIR}/../../../contrib/ipfilter/man
FILES+=	BASIC.NAT BASIC_1.FW BASIC_2.FW \
	example.1 example.2 example.3 example.4 example.5 \
	example.6 example.7 example.8 example.9 example.10 \
	example.11 example.12 example.13 example.sr firewall \
	ftp-proxy ftppxy nat-setup nat.eg server tcpstate

# ftp://ftp.OpenBSD.org/pub/OpenBSD/src/share/ipf/ sample files.
FILES+=	example.14 firewall.1 firewall.2 \
	ipf.conf.permissive ipf.conf.restrictive \
	ipf.conf.sample ipnat.conf.sample

# http://www.obfuscation.org/ipf/ how-to
FILES+=	ipf-howto.txt

# http://coombs.anu.edu.au/~avalon/ sample files
FILES+=	examples.txt rules.txt

BINMODE=0755
SCRIPTS=	mkfilters
MAN=		mkfilters.1

SCRIPTSDIR=	${SHAREDIR}/examples/ipfilter
FILESDIR=	${SHAREDIR}/examples/ipfilter

.include <bsd.prog.mk>

Man Man