diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2006-02-27 11:22:20 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2006-02-27 11:22:20 +0000 |
| commit | 94341e74d5789294adeea48845ae626aa61fb9e1 (patch) | |
| tree | 9b57cd3944f4088a6b55b476ecc1458b115f47b4 /contrib | |
| parent | e8a71dcc2fc04c91413c5f724ed07727b0acc795 (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/ipfilter/man/Makefile | 3 | ||||
| -rw-r--r-- | contrib/ipfilter/man/mkfilters.1 | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ipfilter/man/Makefile b/contrib/ipfilter/man/Makefile index 3f12ccbe87b4..0b8f2a14c5a3 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 89a8d47e0214..b9e1ddd8872a 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 |
