[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.32 and 1.33

version 1.32, 2006/04/26 02:55:13 version 1.33, 2006/04/26 07:37:59
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
   .PATH: ${.CURDIR}/..
   
 PROG=   rcs  PROG=   rcs
 MAN=    ci.1 co.1 ident.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1  MAN=    ci.1 co.1 ident.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1
   
Line 12 
Line 14 
         ${BINDIR}/rcs ${BINDIR}/rcsmerge ${BINDIR}/rcs ${BINDIR}/rlog \          ${BINDIR}/rcs ${BINDIR}/rcsmerge ${BINDIR}/rcs ${BINDIR}/rlog \
         ${BINDIR}/rcs ${BINDIR}/ident          ${BINDIR}/rcs ${BINDIR}/ident
   
   CPPFLAGS+=-I${.CURDIR}
 CFLAGS+=-Wall  CFLAGS+=-Wall
 CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes  CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes
 CFLAGS+=-Wmissing-declarations  CFLAGS+=-Wmissing-declarations

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33