1 1.1 jtc # actually this is a Makefile.inc 2 1.1 jtc 3 1.1 jtc # regex sources 4 1.1 jtc .PATH: ${.CURDIR}/regex 5 1.1 jtc 6 1.1 jtc CFLAGS+=-DPOSIX_MISTAKE 7 1.1 jtc 8 1.1 jtc SRCS+= regcomp.c regerror.c regexec.c regfree.c 9 1.1 jtc 10 1.2 cgd MAN+= re_format.7 regex.3 11 1.1 jtc 12 1.1 jtc MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3 13 1.1 jtc MLINKS+=regexec.3 regfree.3 14