Makefile revision 319279
1#
2# From: Id: Makefile,v 1.2 2004/01/15 16:20:56 pkern Exp
3#
4# $FreeBSD: stable/11/usr.sbin/ipfwpcap/Makefile 319279 2017-05-31 05:20:59Z delphij $
5#
6
7PROG=	ipfwpcap
8
9LIBADD=	pcap
10CFLAGS+=-I${.CURDIR}/../../contrib/libpcap
11
12MAN=	ipfwpcap.8
13
14.include <bsd.prog.mk>
15
16test:	$(CMD)
17	-rm /var/run/ipfwpcap.2000.pid
18	./ipfwpcap -d 2000 - | tcpdump -r - -n -s 2000 -X
19
20