From aacbf565b52cf76f5f6b58b2d426954719d628b2 Mon Sep 17 00:00:00 2001 From: darrenr Date: Mon, 27 Feb 2006 11:22:20 +0000 Subject: Add a man page for mkfilters(1) and put the corrected perl script in the ipfilter usr/share directory PR: docs/26879 --- contrib/ipfilter/man/Makefile | 3 +++ contrib/ipfilter/man/mkfilters.1 | 2 ++ 2 files changed, 5 insertions(+) (limited to 'contrib/ipfilter') 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 -- cgit v1.1