diff options
Diffstat (limited to 'regress/lib/libpthread')
-rw-r--r-- | regress/lib/libpthread/Makefile.inc | 4 | ||||
-rw-r--r-- | regress/lib/libpthread/pcap/Makefile | 6 | ||||
-rw-r--r-- | regress/lib/libpthread/socket/2a/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libpthread/stdarg/Makefile | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/regress/lib/libpthread/Makefile.inc b/regress/lib/libpthread/Makefile.inc index c3c8a0887f3..cc9a763e4d8 100644 --- a/regress/lib/libpthread/Makefile.inc +++ b/regress/lib/libpthread/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2002/06/17 04:48:24 marc Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2002/09/02 20:01:43 avsm Exp $ # Copyright (c) 1993 Chris Provenzano, proven@athena.mit.edu LIBC_R?= /usr/lib/libc_r.a @@ -22,4 +22,4 @@ CFLAGS+= -I${.CURDIR}/../include NOMAN= -REGRESSMAXTIME?=30 +REGRESS_MAXTIME?=30 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} diff --git a/regress/lib/libpthread/socket/2a/Makefile b/regress/lib/libpthread/socket/2a/Makefile index 356add77f45..d000158fbac 100644 --- a/regress/lib/libpthread/socket/2a/Makefile +++ b/regress/lib/libpthread/socket/2a/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2002/01/04 13:56:36 art Exp $ +# $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $ PROG= socket2a CFLAGS+= -I${.CURDIR}/../../include -REGRESSTARGETS=dummy +REGRESS_TARGETS=dummy dummy: ${PROG} @cd ${.CURDIR}/../2; \ diff --git a/regress/lib/libpthread/stdarg/Makefile b/regress/lib/libpthread/stdarg/Makefile index 2975e4b61c3..42769f3d63a 100644 --- a/regress/lib/libpthread/stdarg/Makefile +++ b/regress/lib/libpthread/stdarg/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2002/01/03 00:43:48 art Exp $ +# $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $ PROG= stdarg CFLAGS+= -I${.CURDIR}/../include -REGRESSMAXTIME= 10 +REGRESS_MAXTIME= 10 .include <bsd.regress.mk> |