diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libc/regex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/regex/Makefile b/src/regress/lib/libc/regex/Makefile index bfa2dff375..6b646a46ac 100644 --- a/src/regress/lib/libc/regex/Makefile +++ b/src/regress/lib/libc/regex/Makefile | |||
@@ -1,9 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2011/11/05 15:01:37 otto Exp $ | 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 $ | 2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ |
3 | 3 | ||
4 | PROG= re | 4 | PROG= re |
5 | SRCS= main.c split.c debug.c regcomp.c regerror.c regexec.c regfree.c | 5 | SRCS= main.c split.c debug.c regcomp.c regerror.c regexec.c regfree.c |
6 | .PATH: ${.CURDIR}/../../../../lib/libc/regex | 6 | .PATH: ${.CURDIR}/../../../../lib/libc/regex |
7 | CLEANFILES += t_exhaust | ||
7 | 8 | ||
8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex -DREDEBUG -DPOSIX_MISTAKE | 9 | CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex -DREDEBUG -DPOSIX_MISTAKE |
9 | 10 | ||