Makefile.inc (6fad3aaf157b3ab3d64b99ca7c14751124c044dd) Makefile.inc (8876613dc50029e88a84fd595d4a1f3c52c92350)
1# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4# regex sources
1# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4# regex sources
5.PATH: ${.CURDIR}/regex
5.PATH: ${LIBC_SRCTOP}/regex
6
7CFLAGS+=-DPOSIX_MISTAKE
8
9SRCS+= regcomp.c regerror.c regexec.c regfree.c
10
6
7CFLAGS+=-DPOSIX_MISTAKE
8
9SRCS+= regcomp.c regerror.c regexec.c regfree.c
10
11SYM_MAPS+=${.CURDIR}/regex/Symbol.map
11SYM_MAPS+=${LIBC_SRCTOP}/regex/Symbol.map
12
13MAN+= regex.3
14MAN+= re_format.7
15
16MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
17MLINKS+=regexec.3 regfree.3
12
13MAN+= regex.3
14MAN+= re_format.7
15
16MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
17MLINKS+=regexec.3 regfree.3