freebsd-dev/sbin/ipfw/Makefile
Jordan K. Hubbard c9a156d596 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
1994-11-17 09:50:30 +00:00

10 lines
180 B
Makefile

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>