From 184ed496410be47035546f3e57a67a6f38def511 Mon Sep 17 00:00:00 2001 From: David Krause Date: Wed, 29 Dec 2004 05:09:03 +0000 Subject: define REGRESS_ROOT_TARGETS for tests that require root privileges rename the target so it shows up nicer in the log file and whitespace cleaning --- regress/lib/libpthread/pcap/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/regress/lib/libpthread/pcap/Makefile b/regress/lib/libpthread/pcap/Makefile index 8e28bd914da..676d68ded0e 100644 --- a/regress/lib/libpthread/pcap/Makefile +++ b/regress/lib/libpthread/pcap/Makefile @@ -1,14 +1,13 @@ -# $OpenBSD: Makefile,v 1.8 2002/09/02 20:01:43 avsm Exp $ +# $OpenBSD: Makefile,v 1.9 2004/12/29 05:09:02 david Exp $ PROG= pcap -DPADD+= ${LIBPCAP} -LDADD+= -lpcap +DPADD+= ${LIBPCAP} +LDADD+= -lpcap -REGRESS_TARGETS= sudo-regress-${PROG} -REGRESS_ROOT_TARGETS= ${REGRESS_TARGETS} +REGRESS_ROOT_TARGETS= run-regress-${PROG} -sudo-regress-${PROG}: ${PROG} +run-regress-${PROG}: ${PROG} ${SUDO} ./${PROG} .include -- cgit v1.2.3