Home | History | Annotate | Line # | Download | only in regex
Makefile.inc revision 1.4
      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 MAN+=	regex.3 re_format.7
     11 
     12 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
     13 MLINKS+=regexec.3 regfree.3
     14