Home | History | Annotate | Line # | Download | only in regex
Makefile.inc revision 1.2
      1 # actually this is a Makefile.inc
      2 
      3 # regex sources
      4 .PATH: ${.CURDIR}/regex
      5 
      6 CFLAGS+=-DPOSIX_MISTAKE
      7 
      8 SRCS+=	regcomp.c regerror.c regexec.c regfree.c
      9 
     10 MAN+=	re_format.7 regex.3
     11 
     12 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
     13 MLINKS+=regexec.3 regfree.3
     14