summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2011-11-05 15:07:12 +0000
committerotto <otto@openbsd.org>2011-11-05 15:07:12 +0000
commit5a5417d47a7f9d6c7632ed318a083c2584d005c4 (patch)
tree0a1302ff4ea2fb5489c0f03acdbeeb1b8da8ac7a
parentadd exhaust test from netbsd (diff)
downloadwireguard-openbsd-5a5417d47a7f9d6c7632ed318a083c2584d005c4.tar.xz
wireguard-openbsd-5a5417d47a7f9d6c7632ed318a083c2584d005c4.zip
and clean extra target
-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