=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/rdist/Makefile 1996/07/19 22:03:56 1.6 --- src/usr.bin/rdist/Makefile 1996/09/07 03:14:26 1.7 *************** *** 1,9 **** ! # $OpenBSD: Makefile,v 1.6 1996/07/19 22:03:56 millert Exp $ # # from: @(#)Makefile 5.11 (Berkeley) 3/12/91 PROG= rdist ! CFLAGS+=-I${.CURDIR} -I. -DOS_H=\"os-openbsd.h\" 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 CLEANFILES+=gram.c y.tab.h --- 1,9 ---- ! # $OpenBSD: Makefile,v 1.7 1996/09/07 03:14:26 millert Exp $ # # from: @(#)Makefile 5.11 (Berkeley) 3/12/91 PROG= rdist ! CFLAGS+=-I. -DOS_H=\"os-openbsd.h\" 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 CLEANFILES+=gram.c y.tab.h