1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sbin/ipfw/Makefile
Jordan K. Hubbard b877c0f37e Add the ipfw command, for IP firewall construction.
Submitted by:	danny ugen
1994-10-28 15:06:53 +00:00

6 lines
69 B
Makefile

PROG= ipfw
DPADD= ${LIBKVM}
LDADD= -lkvm
.include <bsd.prog.mk>