diff options
author | 2001-12-12 21:09:18 +0000 | |
---|---|---|
committer | 2001-12-12 21:09:18 +0000 | |
commit | 5716a05e84c5382c8160d006b0be532835a167fe (patch) | |
tree | 3517fa896252e4323bff9a8eacc28e0b672583fc /regress/lib/libpthread/stdarg | |
parent | Note dc and hifn support (diff) | |
download | wireguard-openbsd-5716a05e84c5382c8160d006b0be532835a167fe.tar.xz wireguard-openbsd-5716a05e84c5382c8160d006b0be532835a167fe.zip |
Set MAXTIME to 10, allowing to pass on slower machines like p 300.
Diffstat (limited to 'regress/lib/libpthread/stdarg')
-rw-r--r-- | regress/lib/libpthread/stdarg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libpthread/stdarg/Makefile b/regress/lib/libpthread/stdarg/Makefile index 5398f1e1836..9db141562a3 100644 --- a/regress/lib/libpthread/stdarg/Makefile +++ b/regress/lib/libpthread/stdarg/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.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> |