[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.16 and 1.17

version 1.16, 2005/10/15 20:38:01 version 1.17, 2005/10/16 10:12:59
Line 9 
Line 9 
         diff.c log.c rcs.c rcsnum.c strtab.c          diff.c log.c rcs.c rcsnum.c strtab.c
 CPPFLAGS+=-I${.CURDIR}/../cvs -DRCSPROG  CPPFLAGS+=-I${.CURDIR}/../cvs -DRCSPROG
   
 # Don't build the links until we actually support those commands  
 LINKS=  ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \  LINKS=  ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \
         ${BINDIR}/rcs ${BINDIR}/rcsclean ${BINDIR}/rcs ${BINDIR}/rcsdiff          ${BINDIR}/rcs ${BINDIR}/rcsclean ${BINDIR}/rcs ${BINDIR}/rcsdiff
 #MLINKS=        rcs.1 ci.1 rcs.1 co.1 rcs.1 rcsclean.1 rcs.1 rcsdiff.1  #MLINKS=        rcs.1 ci.1 rcs.1 co.1 rcs.1 rcsclean.1 rcs.1 rcsdiff.1

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17