[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.14 and 1.15

version 1.14, 2003/07/22 17:15:13 version 1.15, 2004/01/05 02:55:28
Line 2 
Line 2 
   
   
 PROG=   rdist  PROG=   rdist
 CFLAGS+=-I. -DOS_H=\"os-openbsd.h\"  CFLAGS+=-I. -I${.CURDIR} -DOS_H=\"os-openbsd.h\"
 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  CLEANFILES+=gram.c y.tab.h

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