summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2013-12-26 16:22:56 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2013-12-26 16:22:56 +0000
commit0650e43152416963caa6cf666037d1e130742aad (patch)
tree486a886ed1cba4e5beb8bdf24d28c000eed223c1 /regress/lib
parenta7083f74b24f2a5f2e5948ec777db6812ddeece2 (diff)
spacing
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libpthread/stdarg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libpthread/stdarg/Makefile b/regress/lib/libpthread/stdarg/Makefile
index 42769f3d63a..b2fe241a858 100644
--- a/regress/lib/libpthread/stdarg/Makefile
+++ b/regress/lib/libpthread/stdarg/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $
+# $OpenBSD: Makefile,v 1.5 2013/12/26 16:22:55 kettenis Exp $
PROG= stdarg
CFLAGS+= -I${.CURDIR}/../include
-REGRESS_MAXTIME= 10
+REGRESS_MAXTIME=10
.include <bsd.regress.mk>