diff options
author | avsm <> | 2002-09-02 20:01:43 +0000 |
---|---|---|
committer | avsm <> | 2002-09-02 20:01:43 +0000 |
commit | 0417492a9cd47355e6322690a822134d099084b8 (patch) | |
tree | d0fd6cdeb0c4c86ebccaa2bf51d4ccc1bd019804 /src/regress/lib/libc/regex | |
parent | ff37f5085ef0b18bc8867b8e08b339b933cf0ef4 (diff) | |
download | openbsd-0417492a9cd47355e6322690a822134d099084b8.tar.gz openbsd-0417492a9cd47355e6322690a822134d099084b8.tar.bz2 openbsd-0417492a9cd47355e6322690a822134d099084b8.zip |
Rename a bunch of the old bsd.regress.mk variables into the new ones.
ok art@
Diffstat (limited to 'src/regress/lib/libc/regex')
-rw-r--r-- | src/regress/lib/libc/regex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/regex/Makefile b/src/regress/lib/libc/regex/Makefile index 76d68a56ae..a29686bca4 100644 --- a/src/regress/lib/libc/regex/Makefile +++ b/src/regress/lib/libc/regex/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2002/01/01 23:00:51 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2002/09/02 20:01:43 avsm Exp $ |
2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ |
3 | 3 | ||
4 | PROG= re | 4 | PROG= re |
@@ -8,7 +8,7 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex | |||
8 | 8 | ||
9 | TESTS= ${.CURDIR}/tests | 9 | TESTS= ${.CURDIR}/tests |
10 | 10 | ||
11 | REGRESSTARGETS=do-reg do-reg-long do-reg-backref | 11 | REGRESS_TARGETS=do-reg do-reg-long do-reg-backref |
12 | 12 | ||
13 | do-reg: ${PROG} | 13 | do-reg: ${PROG} |
14 | ./re < ${TESTS} | 14 | ./re < ${TESTS} |