diff options
Diffstat (limited to 'src/regress/lib/libc/regex/Makefile')
-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} |