summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/pcap/Makefile
blob: 676d68ded0e4b763e523c07cd0bb5e677ea04f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.9 2004/12/29 05:09:02 david Exp $

PROG=	pcap

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

REGRESS_ROOT_TARGETS=	run-regress-${PROG}

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

.include <bsd.regress.mk>