diff options
Diffstat (limited to 'regress/lib/libc_r')
-rw-r--r-- | regress/lib/libc_r/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 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 "*** $? ***"; \ |