diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-10-17 20:27:15 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-10-17 20:27:15 +0000 |
| commit | 983e5de60bf8ea3432d1a3f0c8e6f4a786204aa7 (patch) | |
| tree | e9e4175818627de42b335bd1b0c4dcab1aa4bc2d /usr.sbin/ipfwpcap/Makefile | |
| parent | 2e169ae820315cc258d8033ad5027bced4b564bb (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ipfwpcap/Makefile')
| -rw-r--r-- | usr.sbin/ipfwpcap/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.sbin/ipfwpcap/Makefile b/usr.sbin/ipfwpcap/Makefile new file mode 100644 index 000000000000..1d8f01642dc0 --- /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 + |
