[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.4 and 1.5

version 1.4, 1996/03/01 08:43:10 version 1.5, 1996/03/31 18:45:35
Line 1 
Line 1 
   #       $OpenBSD$
   #
 #       from: @(#)Makefile      5.11 (Berkeley) 3/12/91  #       from: @(#)Makefile      5.11 (Berkeley) 3/12/91
 #       $Id$  
   
 PROG=   rdist  PROG=   rdist
 CFLAGS+=-I. -DOS_H=\"os-openbsd.h\"  CFLAGS+=-I. -DOS_H=\"os-openbsd.h\"
 SRCS=   child.c client.c common.c distopt.c docmd.c expand.c gram.y \  SRCS=   gram.y child.c client.c common.c distopt.c docmd.c expand.c \
         isexec.c lookup.c message.c rdist.c rshrcmd.c setargs.c signal.c          isexec.c lookup.c message.c rdist.c rshrcmd.c setargs.c signal.c
 CLEANFILES+=gram.c y.tab.h  CLEANFILES+=gram.c y.tab.h
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5