diff options
Diffstat (limited to 'regress/lib/libpthread/Makefile.inc')
-rw-r--r-- | regress/lib/libpthread/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 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 |