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

Diff for /src/usr.bin/cvs/Makefile between version 1.23 and 1.24

version 1.23, 2006/05/27 18:04:46 version 1.24, 2006/05/28 10:15:35
Line 4 
Line 4 
 MAN=   cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7  MAN=   cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7
 CPPFLAGS+=-I${.CURDIR}  CPPFLAGS+=-I${.CURDIR}
   
 SRCS=   cvs.c commit.c config.c checkout.c buf.c cmd.c date.y diff.c diff3.c \  SRCS=   cvs.c add.c commit.c config.c checkout.c buf.c cmd.c date.y diff.c \
         diff_internals.c entries.c fatal.c file.c log.c repository.c \          diff3.c diff_internals.c entries.c fatal.c file.c log.c repository.c \
         rcs.c rcsnum.c rcstime.c root.c status.c worklist.c util.c \          rcs.c rcsnum.c rcstime.c root.c status.c worklist.c util.c \
         update.c xmalloc.c          update.c xmalloc.c
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24