[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.3 and 1.4

version 1.3, 1996/03/01 08:34:55 version 1.4, 1996/03/01 08:43:10
Line 3 
Line 3 
   
 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 isexec.c \  SRCS=   child.c client.c common.c distopt.c docmd.c expand.c gram.y \
                 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
 OBJS+=  gram.o  CLEANFILES+=gram.c y.tab.h
 CLEANFILES=y.tab.h  
   
 LDADD=  -lcompat  LDADD=  -lcompat
 DPADD=  ${LIBCOMPAT}  DPADD=  ${LIBCOMPAT}

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