summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/regex
diff options
context:
space:
mode:
authoravsm <>2002-09-02 20:01:43 +0000
committeravsm <>2002-09-02 20:01:43 +0000
commit0417492a9cd47355e6322690a822134d099084b8 (patch)
treed0fd6cdeb0c4c86ebccaa2bf51d4ccc1bd019804 /src/regress/lib/libc/regex
parentff37f5085ef0b18bc8867b8e08b339b933cf0ef4 (diff)
downloadopenbsd-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/Makefile4
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
4PROG= re 4PROG= re
@@ -8,7 +8,7 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex
8 8
9TESTS= ${.CURDIR}/tests 9TESTS= ${.CURDIR}/tests
10 10
11REGRESSTARGETS=do-reg do-reg-long do-reg-backref 11REGRESS_TARGETS=do-reg do-reg-long do-reg-backref
12 12
13do-reg: ${PROG} 13do-reg: ${PROG}
14 ./re < ${TESTS} 14 ./re < ${TESTS}