]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/ipfwpcap/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / ipfwpcap / Makefile
1 #
2 # From: Id: Makefile,v 1.2 2004/01/15 16:20:56 pkern Exp
3 #
4 # $FreeBSD$
5 #
6
7 PROG=   ipfwpcap
8
9 LDADD=  -lpcap
10 DPADD=  ${LIBPCAP}
11
12 MAN=    ipfwpcap.8
13
14 .include <bsd.prog.mk>
15
16 test:   $(CMD)
17         -rm /var/run/ipfwpcap.2000.pid
18         ./ipfwpcap -d 2000 - | tcpdump -r - -n -s 2000 -X
19