aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2011-05-04 13:28:53 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2011-05-04 13:28:53 +0000
commit44fd0d2b3fcf0783ea1c63226a6da3a6b3ae5c69 (patch)
tree2350659a25b625dd386cc3c6e9c4def8a6fad536 /lib/Makefile
parent501e1d8a72945be95d1488adaf59a014e5f2a356 (diff)
- Trim some unnecessary filesvendor/tre
Notes
Notes: svn path=/vendor/tre/dist/; revision=221437
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/Makefile b/lib/Makefile
deleted file mode 100644
index b5244fee998f..000000000000
--- a/lib/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# $FreeBSD$
-#
-
-LIB= regex
-SHLIB_MAJOR= 1
-NO_MAN= yes
-
-CFLAGS+= -DHAVE_MBRTOWC -DHAVE_MBSTATE_T -DHAVE_WCTYPE_H \
- -DTRE_REGEX_T_FIELD=value
-
-SRCS= regcomp.c regerror.c regexec.c tre-ast.c tre-compile.c \
- tre-match-approx.c tre-match-backtrack.c tre-match-parallel.c \
- tre-mem.c tre-parse.c tre-stack.c xmalloc.c
-
-.include <bsd.lib.mk>