summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-10-28 15:06:53 +0000
committerjkh <jkh@FreeBSD.org>1994-10-28 15:06:53 +0000
commitcb820963879ec318fed428e2d26fbcf213a3403c (patch)
tree475dd4f82e9aa2d0c5a7af8540e5bfa99099fd3d /sbin/ipfw/Makefile
parent26ca07a8e7d68da3b9bba913d26c0e3fd3e41588 (diff)
downloadFreeBSD-src-cb820963879ec318fed428e2d26fbcf213a3403c.zip
FreeBSD-src-cb820963879ec318fed428e2d26fbcf213a3403c.tar.gz
Add the ipfw command, for IP firewall construction.
Submitted by: danny ugen
Diffstat (limited to 'sbin/ipfw/Makefile')
-rw-r--r--sbin/ipfw/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
new file mode 100644
index 0000000..1188c0a
--- /dev/null
+++ b/sbin/ipfw/Makefile
@@ -0,0 +1,5 @@
+PROG= ipfw
+DPADD= ${LIBKVM}
+LDADD= -lkvm
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud