diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-12-26 16:22:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-12-26 16:22:56 +0000 |
commit | 0650e43152416963caa6cf666037d1e130742aad (patch) | |
tree | 486a886ed1cba4e5beb8bdf24d28c000eed223c1 /regress/lib | |
parent | a7083f74b24f2a5f2e5948ec777db6812ddeece2 (diff) |
spacing
Diffstat (limited to 'regress/lib')
-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> |