xref: /freebsd/lib/libc/regex/Makefile.inc (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
158f0484fSRodney W. Grimes# regex sources
28876613dSMarcel Moolenaar.PATH: ${LIBC_SRCTOP}/regex
358f0484fSRodney W. Grimes
458f0484fSRodney W. GrimesCFLAGS+=-DPOSIX_MISTAKE
558f0484fSRodney W. Grimes
658f0484fSRodney W. GrimesSRCS+=	regcomp.c regerror.c regexec.c regfree.c
758f0484fSRodney W. Grimes
88876613dSMarcel MoolenaarSYM_MAPS+=${LIBC_SRCTOP}/regex/Symbol.map
96fad3aafSDaniel Eischen
10*b37f6c98SKyle Evans# manpages only included in libc version
11*b37f6c98SKyle Evans.if ${LIB} == "c"
124a558355SRuslan ErmilovMAN+=	regex.3
134a558355SRuslan ErmilovMAN+=	re_format.7
1458f0484fSRodney W. Grimes
1558f0484fSRodney W. GrimesMLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
1658f0484fSRodney W. GrimesMLINKS+=regexec.3 regfree.3
17*b37f6c98SKyle Evans.endif
18