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

Diff for /src/usr.bin/rdist/Makefile between version 1.19 and 1.20

version 1.19, 2014/07/12 03:32:00 version 1.20, 2017/07/09 14:04:50
Line 5 
Line 5 
 CFLAGS+=-I. -I${.CURDIR}  CFLAGS+=-I. -I${.CURDIR}
 SRCS=   gram.y child.c client.c common.c distopt.c docmd.c expand.c \  SRCS=   gram.y child.c client.c common.c distopt.c docmd.c expand.c \
         isexec.c lookup.c message.c rdist.c          isexec.c lookup.c message.c rdist.c
 CLEANFILES+=gram.c y.tab.h  
 WARNINGS=yes  WARNINGS=yes
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20