1 2# regex sources 3.PATH: ${LIBC_SRCTOP}/regex 4 5CFLAGS+=-DPOSIX_MISTAKE 6 7SRCS+= regcomp.c regerror.c regexec.c regfree.c 8 9SYM_MAPS+=${LIBC_SRCTOP}/regex/Symbol.map 10 11# manpages only included in libc version 12.if ${LIB} == "c" 13MAN+= regex.3 14MAN+= re_format.7 15 16MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3 17MLINKS+=regexec.3 regfree.3 18.endif 19