diff options
Diffstat (limited to 'src/regress/lib/libc/regex/Makefile')
-rw-r--r-- | src/regress/lib/libc/regex/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/regress/lib/libc/regex/Makefile b/src/regress/lib/libc/regex/Makefile deleted file mode 100644 index 6b646a46ac..0000000000 --- a/src/regress/lib/libc/regex/Makefile +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2011/11/05 15:07:12 otto Exp $ | ||
2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ | ||
3 | |||
4 | PROG= re | ||
5 | SRCS= main.c split.c debug.c regcomp.c regerror.c regexec.c regfree.c | ||
6 | .PATH: ${.CURDIR}/../../../../lib/libc/regex | ||
7 | CLEANFILES += t_exhaust | ||
8 | |||
9 | CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex -DREDEBUG -DPOSIX_MISTAKE | ||
10 | |||
11 | TESTS= ${.CURDIR}/tests | ||
12 | |||
13 | REGRESS_TARGETS=do-reg do-reg-long do-reg-backref do-t_exhaust | ||
14 | |||
15 | do-reg: ${PROG} | ||
16 | ./re < ${TESTS} | ||
17 | do-reg-long: ${PROG} | ||
18 | ./re -el < ${TESTS} | ||
19 | do-reg-backref: ${PROG} | ||
20 | ./re -er < ${TESTS} | ||
21 | do-t_exhaust: t_exhaust | ||
22 | ./t_exhaust | ||
23 | |||
24 | .include <bsd.regress.mk> | ||