diff options
| author | otto <> | 2011-11-05 15:07:12 +0000 |
|---|---|---|
| committer | otto <> | 2011-11-05 15:07:12 +0000 |
| commit | 704e8a58fcdc61ffdf8016aa6c2c5fa4416d1398 (patch) | |
| tree | 643f0316131e5c46d3e6f5d441e52892a4c96192 /src | |
| parent | cbb7c977911d2a2fb6f022e9ea3ca5f6d151e18d (diff) | |
| download | openbsd-704e8a58fcdc61ffdf8016aa6c2c5fa4416d1398.tar.gz openbsd-704e8a58fcdc61ffdf8016aa6c2c5fa4416d1398.tar.bz2 openbsd-704e8a58fcdc61ffdf8016aa6c2c5fa4416d1398.zip | |
and clean extra target
Diffstat (limited to '')
| -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 | ||
