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