=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/rdist/Makefile 1996/03/01 08:43:10 1.4 +++ src/usr.bin/rdist/Makefile 1996/03/31 18:45:35 1.5 @@ -1,9 +1,10 @@ +# $OpenBSD: Makefile,v 1.5 1996/03/31 18:45:35 etheisen Exp $ +# # from: @(#)Makefile 5.11 (Berkeley) 3/12/91 -# $Id: Makefile,v 1.4 1996/03/01 08:43:10 tholo Exp $ PROG= rdist 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 CLEANFILES+=gram.c y.tab.h