diff options
-rw-r--r-- | regress/lib/libpthread/pthread_specific/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libpthread/pthread_specific/Makefile b/regress/lib/libpthread/pthread_specific/Makefile index 93bba05a419..b4bd9b52b2c 100644 --- a/regress/lib/libpthread/pthread_specific/Makefile +++ b/regress/lib/libpthread/pthread_specific/Makefile @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2002/05/03 10:08:55 wcobb Exp $ +# $OpenBSD: Makefile,v 1.2 2013/12/22 11:08:31 kettenis Exp $ PROG= pthread_specific +REGRESS_MAXTIME=60 + .include <bsd.regress.mk> |