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

Diff for /src/usr.bin/rcs/Makefile between version 1.9 and 1.10

version 1.9, 2005/10/06 01:24:25 version 1.10, 2005/10/06 02:00:04
Line 5 
Line 5 
 PROG=   rcs  PROG=   rcs
 MAN=    rcs.1  MAN=    rcs.1
   
 SRCS=   ci.c co.c rcsdiff.c rcsprog.c buf.c diff.c log.c rcs.c rcsnum.c strtab.c  SRCS=   ci.c co.c rcsclean.c rcsdiff.c rcsprog.c buf.c diff.c \
           log.c rcs.c rcsnum.c strtab.c
 CFLAGS+=-I${.CURDIR}/../cvs  CFLAGS+=-I${.CURDIR}/../cvs
   
 # Don't build the links until we actually support those commands  # Don't build the links until we actually support those commands

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10