summaryrefslogtreecommitdiff
path: root/regress/lib/libc/regex/Makefile
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2011-11-05 15:07:13 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2011-11-05 15:07:13 +0000
commite80a6550c0c515fa120c7c8b8d5aecceffc05bf2 (patch)
tree0fce6d6fda11f7c62bdb55d86712b8ff4e07f8ee /regress/lib/libc/regex/Makefile
parent4d47bd168a74c2a5102ddce94e60d9f483fd74a6 (diff)
and clean extra target
Diffstat (limited to 'regress/lib/libc/regex/Makefile')
-rw-r--r--regress/lib/libc/regex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc/regex/Makefile b/regress/lib/libc/regex/Makefile
index bfa2dff3751..6b646a46ac6 100644
--- a/regress/lib/libc/regex/Makefile
+++ b/regress/lib/libc/regex/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.7 2011/11/05 15:01:37 otto Exp $
+# $OpenBSD: Makefile,v 1.8 2011/11/05 15:07:12 otto Exp $
# $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $
PROG= re
SRCS= main.c split.c debug.c regcomp.c regerror.c regexec.c regfree.c
.PATH: ${.CURDIR}/../../../../lib/libc/regex
+CLEANFILES += t_exhaust
CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex -DREDEBUG -DPOSIX_MISTAKE