[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / grep

Diff for /src/usr.bin/grep/Makefile between version 1.2 and 1.3

version 1.2, 2003/06/22 22:20:07 version 1.3, 2003/06/22 22:21:20
Line 4 
Line 4 
 SRCS=   binary.c file.c grep.c mmfile.c queue.c util.c  SRCS=   binary.c file.c grep.c mmfile.c queue.c util.c
 LINKS=  ${BINDIR}/grep ${BINDIR}/egrep \  LINKS=  ${BINDIR}/grep ${BINDIR}/egrep \
         ${BINDIR}/grep ${BINDIR}/fgrep \          ${BINDIR}/grep ${BINDIR}/fgrep \
         ${BINDIR}/grep ${BINDIR}/zgrep          ${BINDIR}/grep ${BINDIR}/zgrep \
           ${BINDIR}/grep ${BINDIR}/zegrep \
           ${BINDIR}/grep ${BINDIR}/zfgrep \
   
 MLINKS= grep.1 egrep.1 \  MLINKS= grep.1 egrep.1 \
         grep.1 fgrep.1 \          grep.1 fgrep.1 \
         grep.1 zgrep.1          grep.1 zgrep.1 \
           grep.1 zegrep.1 \
           grep.1 zfgrep.1
   
 CFLAGS+= -I/usr/local/include -Wall -pedantic  CFLAGS+= -Wall -pedantic
   
 LDADD=  -lz -L/usr/local/lib/ -liberty  LDADD=  -lz
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3