Home | History | Annotate | Line # | Download | only in regex
Makefile.inc revision 1.1
      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.1  jtc MAN3+=	regex.0
     11  1.1  jtc MAN7+=	re_format.0
     12  1.1  jtc 
     13  1.1  jtc MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
     14  1.1  jtc MLINKS+=regexec.3 regfree.3
     15