freebsd-dev/usr.sbin/ipfwpcap/Makefile
Enji Cooper 64a0982bee usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 11:38:03 +00:00

20 lines
280 B
Makefile

#
# From: Id: Makefile,v 1.2 2004/01/15 16:20:56 pkern Exp
#
# $FreeBSD$
#
PROG= ipfwpcap
LIBADD= pcap
CFLAGS+=-I${SRCTOP}/contrib/libpcap
MAN= ipfwpcap.8
.include <bsd.prog.mk>
test: $(CMD)
-rm /var/run/ipfwpcap.2000.pid
./ipfwpcap -d 2000 - | tcpdump -r - -n -s 2000 -X