diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2002-09-02 20:01:45 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2002-09-02 20:01:45 +0000 |
commit | 67e23c2a32d302f8084ffe32c86c5e5c7c9289c8 (patch) | |
tree | 93e9547fcecf5d6296eb91fac5023873ade06108 /regress/lib/libpthread/stdarg | |
parent | 68ae2c15493086d67568a2ca26033cb97cab2d57 (diff) |
Rename a bunch of the old bsd.regress.mk variables into the new ones.
ok art@
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 2975e4b61c3..42769f3d63a 100644 --- a/regress/lib/libpthread/stdarg/Makefile +++ b/regress/lib/libpthread/stdarg/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2002/01/03 00:43:48 art Exp $ +# $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $ PROG= stdarg CFLAGS+= -I${.CURDIR}/../include -REGRESSMAXTIME= 10 +REGRESS_MAXTIME= 10 .include <bsd.regress.mk> |