diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-17 09:50:30 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-17 09:50:30 +0000 |
commit | 74b1e0b0171782131972d6a6ac3730a9c6e69b1d (patch) | |
tree | 7a127d4516be1a12e1ba2923e5a77238be7589ba /sbin/ipfw/Makefile | |
parent | 06d8605f45bc9c68d76ef264f9b08a30e0addf7c (diff) | |
download | FreeBSD-src-74b1e0b0171782131972d6a6ac3730a9c6e69b1d.zip FreeBSD-src-74b1e0b0171782131972d6a6ac3730a9c6e69b1d.tar.gz |
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
Diffstat (limited to 'sbin/ipfw/Makefile')
-rw-r--r-- | sbin/ipfw/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 1188c0a..be403fc 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> |