diff options
Diffstat (limited to 'lib/libregex/Makefile')
-rw-r--r-- | lib/libregex/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/libregex/Makefile b/lib/libregex/Makefile new file mode 100644 index 000000000000..beffa476ca98 --- /dev/null +++ b/lib/libregex/Makefile @@ -0,0 +1,21 @@ +.include <src.opts.mk> + +PACKAGE= runtime + +LIB= regex +SHLIB_MAJOR= 1 +SHLIB_MINOR= 0 + +CFLAGS+= -DLIBREGEX +LIBC_SRCTOP= ${.CURDIR:H}/libc +WARNS?= 2 + +VERSION_DEF= ${.CURDIR}/Versions.def +SYMBOL_MAPS= ${.CURDIR}/Symbol.map + +HAS_TESTS= +SUBDIR.${MK_TESTS}+= tests + +.include "../Makefile.inc" +.include "${LIBC_SRCTOP}/regex/Makefile.inc" +.include <bsd.lib.mk> |