diff options
-rw-r--r-- | regress/lib/libc_r/stdarg/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libpthread/stdarg/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/regress/lib/libc_r/stdarg/Makefile b/regress/lib/libc_r/stdarg/Makefile index 60c57f3e876..9db141562a3 100644 --- a/regress/lib/libc_r/stdarg/Makefile +++ b/regress/lib/libc_r/stdarg/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:16 fgsch Exp $ +# $OpenBSD: Makefile,v 1.2 2001/12/12 21:09:18 fgsch Exp $ PROG= stdarg SRCS= stdarg.c CFLAGS+= -I${.CURDIR}/../include +MAXTIME= 10 + .include <bsd.prog.mk> diff --git a/regress/lib/libpthread/stdarg/Makefile b/regress/lib/libpthread/stdarg/Makefile index 60c57f3e876..9db141562a3 100644 --- a/regress/lib/libpthread/stdarg/Makefile +++ b/regress/lib/libpthread/stdarg/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:16 fgsch Exp $ +# $OpenBSD: Makefile,v 1.2 2001/12/12 21:09:18 fgsch Exp $ PROG= stdarg SRCS= stdarg.c CFLAGS+= -I${.CURDIR}/../include +MAXTIME= 10 + .include <bsd.prog.mk> |