]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/regex/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libc / regex / Makefile.inc
1 #       from @(#)Makefile.inc   8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 # regex sources
5 .PATH: ${.CURDIR}/regex
6
7 CFLAGS+=-DPOSIX_MISTAKE
8
9 SRCS+=  regcomp.c regerror.c regexec.c regfree.c
10
11 SYM_MAPS+=${.CURDIR}/regex/Symbol.map
12
13 MAN+=   regex.3
14 MAN+=   re_format.7
15
16 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
17 MLINKS+=regexec.3 regfree.3