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