diff options
author | 2013-12-26 16:22:55 +0000 | |
---|---|---|
committer | 2013-12-26 16:22:55 +0000 | |
commit | 01710a01c86ac389e049f259d190bb63084612d4 (patch) | |
tree | 8c163c532e0b3d242e52d379536e742df28d9862 /regress/lib/libpthread/stdarg | |
parent | to be dealt with (diff) | |
download | wireguard-openbsd-01710a01c86ac389e049f259d190bb63084612d4.tar.xz wireguard-openbsd-01710a01c86ac389e049f259d190bb63084612d4.zip |
spacing
Diffstat (limited to 'regress/lib/libpthread/stdarg')
-rw-r--r-- | regress/lib/libpthread/stdarg/Makefile | 4 |
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> |