[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.15 and 1.16

version 1.15, 2005/10/15 20:06:07 version 1.16, 2005/10/15 20:38:01
Line 10 
Line 10 
 CPPFLAGS+=-I${.CURDIR}/../cvs -DRCSPROG  CPPFLAGS+=-I${.CURDIR}/../cvs -DRCSPROG
   
 # Don't build the links until we actually support those commands  # Don't build the links until we actually support those commands
 #LINKS= ${BINDIR}/ci ${BINDIR}/co ${BINDIR}/rcsclean ${BINDIR}/rcsdiff  LINKS=  ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \
           ${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
   
 CFLAGS+= -Wall  CFLAGS+= -Wall

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