diff options
Diffstat (limited to 'regress/lib/libpthread/pcap/Makefile')
-rw-r--r-- | regress/lib/libpthread/pcap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libpthread/pcap/Makefile b/regress/lib/libpthread/pcap/Makefile index db6184ea0f9..8e28bd914da 100644 --- a/regress/lib/libpthread/pcap/Makefile +++ b/regress/lib/libpthread/pcap/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.7 2002/05/11 00:20:20 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2002/09/02 20:01:43 avsm Exp $ PROG= pcap DPADD+= ${LIBPCAP} LDADD+= -lpcap -REGRESSTARGETS= sudo-regress-${PROG} -REGRESSROOTTARGETS= ${REGRESSTARGETS} +REGRESS_TARGETS= sudo-regress-${PROG} +REGRESS_ROOT_TARGETS= ${REGRESS_TARGETS} sudo-regress-${PROG}: ${PROG} ${SUDO} ./${PROG} |