summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/pcap/Makefile
blob: 977712de20d94a85a7aa974af8680d2b982ff14a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.6 2002/02/17 01:12:09 marc Exp $

PROG=	pcap

LDADD+= -lpcap

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

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

.include <bsd.regress.mk>