summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ipfwpcap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ipfwpcap/Makefile')
-rw-r--r--usr.sbin/ipfwpcap/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.sbin/ipfwpcap/Makefile b/usr.sbin/ipfwpcap/Makefile
new file mode 100644
index 0000000..1d8f016
--- /dev/null
+++ b/usr.sbin/ipfwpcap/Makefile
@@ -0,0 +1,19 @@
+#
+# From: Id: Makefile,v 1.2 2004/01/15 16:20:56 pkern Exp
+#
+# $FreeBSD$
+#
+
+PROG= ipfwpcap
+
+LDADD= -lpcap
+DPADD= ${LIBPCAP}
+
+NO_MAN= not_yet
+
+.include <bsd.prog.mk>
+
+test: $(CMD)
+ -rm /var/run/ipfwpcap.2000.pid
+ ./ipfwpcap -d 2000 - | tcpdump -r - -n -s 2000 -X
+
OpenPOWER on IntegriCloud