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/libc/regex | |
parent | 68ae2c15493086d67568a2ca26033cb97cab2d57 (diff) |
Rename a bunch of the old bsd.regress.mk variables into the new ones.
ok art@
Diffstat (limited to 'regress/lib/libc/regex')
-rw-r--r-- | regress/lib/libc/regex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/regex/Makefile b/regress/lib/libc/regex/Makefile index 76d68a56ae6..a29686bca41 100644 --- a/regress/lib/libc/regex/Makefile +++ b/regress/lib/libc/regex/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/01/01 23:00:51 art Exp $ +# $OpenBSD: Makefile,v 1.5 2002/09/02 20:01:43 avsm Exp $ # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ PROG= re @@ -8,7 +8,7 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex TESTS= ${.CURDIR}/tests -REGRESSTARGETS=do-reg do-reg-long do-reg-backref +REGRESS_TARGETS=do-reg do-reg-long do-reg-backref do-reg: ${PROG} ./re < ${TESTS} |