summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/pcap/Makefile
blob: 8e28bd914dac62c2a7752e8700faed39e86103b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $OpenBSD: Makefile,v 1.8 2002/09/02 20:01:43 avsm Exp $

PROG=	pcap

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

REGRESS_TARGETS=		sudo-regress-${PROG}
REGRESS_ROOT_TARGETS=	${REGRESS_TARGETS}

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

.include <bsd.regress.mk>