diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-11-12 21:11:12 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-11-12 21:11:12 +0000 |
commit | 01a30b1dd1a8cf12cf1a973f069be2cd51019278 (patch) | |
tree | 354c6a0124a431fe7483e8c1655ad8e9c27ed555 /regress | |
parent | c75c6d16fe17de7f2ec4435c0569905b66b2abbd (diff) |
Make MAXTIME overrideable.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libc_r/Makefile.inc | 4 | ||||
-rw-r--r-- | regress/lib/libpthread/Makefile.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libc_r/Makefile.inc b/regress/lib/libc_r/Makefile.inc index aaca0ef4c74..6b358ed05ac 100644 --- a/regress/lib/libc_r/Makefile.inc +++ b/regress/lib/libc_r/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2001/08/15 14:37:10 fgsch Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2001/11/12 21:11:11 fgsch Exp $ # Copyright (c) 1993 Chris Provenzano, proven@athena.mit.edu LIBC_R?= /usr/lib/libc_r.a @@ -19,7 +19,7 @@ CFLAGS+= -I${.CURDIR}/../include NOMAN= -MAXTIME= 5 +MAXTIME?= 5 regress: ${PROG} @echo; echo "*** $? ***"; \ diff --git a/regress/lib/libpthread/Makefile.inc b/regress/lib/libpthread/Makefile.inc index aaca0ef4c74..6b358ed05ac 100644 --- a/regress/lib/libpthread/Makefile.inc +++ b/regress/lib/libpthread/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2001/08/15 14:37:10 fgsch Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2001/11/12 21:11:11 fgsch Exp $ # Copyright (c) 1993 Chris Provenzano, proven@athena.mit.edu LIBC_R?= /usr/lib/libc_r.a @@ -19,7 +19,7 @@ CFLAGS+= -I${.CURDIR}/../include NOMAN= -MAXTIME= 5 +MAXTIME?= 5 regress: ${PROG} @echo; echo "*** $? ***"; \ |