diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libc/regex/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/regress/lib/libc/regex/Makefile b/src/regress/lib/libc/regex/Makefile index a29686bca4..271debb5d3 100644 --- a/src/regress/lib/libc/regex/Makefile +++ b/src/regress/lib/libc/regex/Makefile | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.5 2002/09/02 20:01:43 avsm Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2004/08/13 14:54:12 millert 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 | 5 | SRCS= main.c split.c debug.c regcomp.c regerror.c regexec.c regfree.c |
| 6 | .PATH: ${.CURDIR}/../../../../lib/libc/regex | ||
| 6 | 7 | ||
| 7 | CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex | 8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex -DREDEBUG -DPOSIX_MISTAKE |
| 8 | 9 | ||
| 9 | TESTS= ${.CURDIR}/tests | 10 | TESTS= ${.CURDIR}/tests |
| 10 | 11 | ||
