summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/pcap/Makefile
blob: db6184ea0f9a57e12fc9a9e1b66a7718a4f7ed12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $OpenBSD: Makefile,v 1.7 2002/05/11 00:20:20 espie Exp $

PROG=	pcap

DPADD+= ${LIBPCAP}
LDADD+= -lpcap

REGRESSTARGETS=		sudo-regress-${PROG}
REGRESSROOTTARGETS=	${REGRESSTARGETS}

sudo-regress-${PROG}: ${PROG}
	${SUDO} ./${PROG}

.include <bsd.regress.mk>