summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/stdarg/Makefile
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-12-12 21:09:19 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-12-12 21:09:19 +0000
commit85223cb0c4d24ef5f6b31e68421497cd14c19931 (patch)
treeb3901647e34af74e3230030f3a409bfdb1271355 /regress/lib/libc_r/stdarg/Makefile
parent1cd81b4cd5729d8a0be06a143ac9a50c3c449fc7 (diff)
Set MAXTIME to 10, allowing to pass on slower machines like p 300.
Diffstat (limited to 'regress/lib/libc_r/stdarg/Makefile')
-rw-r--r--regress/lib/libc_r/stdarg/Makefile4
1 files changed, 3 insertions, 1 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>