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