summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2006-02-27 11:22:20 +0000
committerdarrenr <darrenr@FreeBSD.org>2006-02-27 11:22:20 +0000
commitaacbf565b52cf76f5f6b58b2d426954719d628b2 (patch)
tree9b57cd3944f4088a6b55b476ecc1458b115f47b4 /contrib
parentf642de8af40c489eeffec5849c4fb60ed2d00ec0 (diff)
downloadFreeBSD-src-aacbf565b52cf76f5f6b58b2d426954719d628b2.zip
FreeBSD-src-aacbf565b52cf76f5f6b58b2d426954719d628b2.tar.gz
Add a man page for mkfilters(1) and put the corrected perl script in the
ipfilter usr/share directory PR: docs/26879
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ipfilter/man/Makefile3
-rw-r--r--contrib/ipfilter/man/mkfilters.12
2 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ipfilter/man/Makefile b/contrib/ipfilter/man/Makefile
index 3f12ccb..0b8f2a1 100644
--- a/contrib/ipfilter/man/Makefile
+++ b/contrib/ipfilter/man/Makefile
@@ -3,10 +3,13 @@
#
# See the IPFILTER.LICENCE file for details on licencing.
#
+# $FreeBSD$
+#
all:
install:
+ $(INSTALL) -m 0644 -c -o root -g bin mkfilters.1 $(MANDIR)/man1
$(INSTALL) -m 0644 -c -o root -g bin ipftest.1 $(MANDIR)/man1
$(INSTALL) -m 0644 -c -o root -g bin ipnat.8 $(MANDIR)/man8
$(INSTALL) -m 0644 -c -o root -g bin ipf.4 $(MANDIR)/man4
diff --git a/contrib/ipfilter/man/mkfilters.1 b/contrib/ipfilter/man/mkfilters.1
index 89a8d47..b9e1ddd 100644
--- a/contrib/ipfilter/man/mkfilters.1
+++ b/contrib/ipfilter/man/mkfilters.1
@@ -5,6 +5,8 @@
mkfilters \- generate a minimal firewall ruleset for ipfilter
.SH SYNOPSIS
.B mkfilters
+.SH FILES
+/usr/share/examples/ipf/mkfilters
.SH DESCRIPTION
.PP
\fBmkfilters\fP is a perl script that generates a minimal filter rule set for
OpenPOWER on IntegriCloud