1 # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/lib/libc/regex/Makefile.inc,v 1.6 2001/03/27 17:26:51 ru Exp $
5 .PATH: ${.CURDIR}/regex
7 .include "Makefile.fbsd_begin"
8 FBSDMISRCS= regcomp.c regerror.c regexec.c regfree.c
9 CFLAGS-regcomp-fbsd.c+= -DPOSIX_MISTAKE
10 FBSDHDRS= cclass.h cname.h engine.c regex2.h utils.h
11 .include "Makefile.fbsd_end"
13 LEGACYSRCS += regcomp.c
15 # set the LIBC_ALIAS_* macros so we can decorate the symbol independent
16 # of other macro settings
17 CFLAGS-regcomp-fbsd.c += -DLIBC_ALIAS_REGCOMP
20 .include "Makefile.fbsd_begin"
23 .include "Makefile.fbsd_end"
25 MLINKS+= regex.3 regcomp.3 \
29 MLINKS+= regexec.3 regfree.3