=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/rdist/Makefile 2003/07/22 17:15:13 1.14 --- src/usr.bin/rdist/Makefile 2004/01/05 02:55:28 1.15 *************** *** 1,8 **** ! # $OpenBSD: Makefile,v 1.14 2003/07/22 17:15:13 brad Exp $ 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 CLEANFILES+=gram.c y.tab.h --- 1,8 ---- ! # $OpenBSD: Makefile,v 1.15 2004/01/05 02:55:28 espie Exp $ PROG= rdist ! CFLAGS+=-I. -I${.CURDIR} -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 CLEANFILES+=gram.c y.tab.h