[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.39 and 1.40

version 1.39, 2007/06/18 17:54:12 version 1.40, 2007/06/26 18:02:43
Line 7 
Line 7 
 SRCS=   cvs.c add.c admin.c annotate.c commit.c config.c checkout.c client.c \  SRCS=   cvs.c add.c admin.c annotate.c commit.c config.c checkout.c client.c \
         buf.c cmd.c date.y diff.c diff3.c diff_internals.c edit.c entries.c \          buf.c cmd.c date.y diff.c diff3.c diff_internals.c edit.c entries.c \
         fatal.c file.c getlog.c history.c log.c logmsg.c import.c init.c \          fatal.c file.c getlog.c history.c log.c logmsg.c import.c init.c \
         remove.c repository.c rcs.c rcsnum.c remote.c root.c server.c \          release.c remove.c repository.c rcs.c rcsnum.c remote.c root.c \
         status.c tag.c worklist.c util.c update.c version.c watch.c xmalloc.c          server.c status.c tag.c worklist.c util.c update.c version.c \
           watch.c xmalloc.c
   
 CFLAGS+=-Wall  CFLAGS+=-Wall
 CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes  CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40