[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.12 and 1.13

version 1.12, 2005/10/06 15:39:11 version 1.13, 2005/10/06 16:26:43
Line 7 
Line 7 
   
 SRCS=   ci.c co.c ident.c rcsclean.c rcsdiff.c rcsprog.c rlog.c buf.c diff.c \  SRCS=   ci.c co.c ident.c rcsclean.c rcsdiff.c rcsprog.c rlog.c buf.c diff.c \
         log.c rcs.c rcsnum.c strtab.c          log.c rcs.c rcsnum.c strtab.c
 CFLAGS+=-I${.CURDIR}/../cvs  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}/ci ${BINDIR}/co ${BINDIR}/rcsclean ${BINDIR}/rcsdiff
   #MLINKS=        rcs.1 ci.1 rcs.1 co.1 rcs.1 rcsclean.1 rcs.1 rcsdiff.1
   
 CFLAGS+= -Wall  CFLAGS+= -Wall
 CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes  CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
 CFLAGS+= -Wmissing-declarations  CFLAGS+= -Wmissing-declarations
 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual  CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
 CFLAGS+= -Wsign-compare  CFLAGS+= -Wsign-compare
 CFLAGS+= -DRCSPROG  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13