aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-17 09:50:30 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-17 09:50:30 +0000
commitc9a156d59643f274c2ecc88249ed1897aaabe84b (patch)
tree7a127d4516be1a12e1ba2923e5a77238be7589ba /sbin/ipfw/Makefile
parent4f64b36cdac919dcc107deff3eba72d729fe92ed (diff)
downloadsrc-c9a156d59643f274c2ecc88249ed1897aaabe84b.tar.gz
src-c9a156d59643f274c2ecc88249ed1897aaabe84b.zip
New man pages from Ugen. Delete my old, first attempt. I only hope
that the english in Ugen's two replacement pages is not too impenetrable! :-) [Note: Poul - please pull these into the BETA branch along with the other firewall changes] Submitted by: ugen
Notes
Notes: svn path=/head/; revision=4541
Diffstat (limited to 'sbin/ipfw/Makefile')
-rw-r--r--sbin/ipfw/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
index 1188c0a448ee..be403fc87924 100644
--- a/sbin/ipfw/Makefile
+++ b/sbin/ipfw/Makefile
@@ -2,4 +2,8 @@ PROG= ipfw
DPADD= ${LIBKVM}
LDADD= -lkvm
+MAN4= ipfirewall.4
+MLINKS= ipfirewall.4 ipacct.4 ipfirewall.4 ipfw.4 ipfirewall.4 ipaccounting.4
+MAN8= ipfw.8
+
.include <bsd.prog.mk>