summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/regex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/regex/Makefile')
-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}