Home | History | Annotate | Line # | Download | only in regex
Makefile.inc revision 1.3
      1 #	@(#)Makefile.inc	8.1 (Berkeley) 6/4/93
      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 MAN3+=	regex.0
     11 MAN7+=	re_format.0
     12 
     13 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
     14 MLINKS+=regexec.3 regfree.3
     15