diff options
| author | cvs2svn <admin@example.com> | 2012-07-13 17:49:56 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2012-07-13 17:49:56 +0000 |
| commit | ee04221ea8063435416c7e6369e6eae76843aa71 (patch) | |
| tree | 821921a1dd0a5a3cece91121e121cc63c4b68128 /src/regress/lib/libc/regex/Makefile | |
| parent | adf6731f6e1d04718aee00cb93435143046aee9a (diff) | |
| download | openbsd-eric_g2k12.tar.gz openbsd-eric_g2k12.tar.bz2 openbsd-eric_g2k12.zip | |
This commit was manufactured by cvs2git to create tag 'eric_g2k12'.eric_g2k12
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> | ||
