summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/stdarg
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2013-12-26 16:22:55 +0000
committerkettenis <kettenis@openbsd.org>2013-12-26 16:22:55 +0000
commit01710a01c86ac389e049f259d190bb63084612d4 (patch)
tree8c163c532e0b3d242e52d379536e742df28d9862 /regress/lib/libpthread/stdarg
parentto be dealt with (diff)
downloadwireguard-openbsd-01710a01c86ac389e049f259d190bb63084612d4.tar.xz
wireguard-openbsd-01710a01c86ac389e049f259d190bb63084612d4.zip
spacing
Diffstat (limited to 'regress/lib/libpthread/stdarg')
-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>