diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-03-01 08:43:11 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-03-01 08:43:11 +0000 |
commit | 00d2215173697a33bdee1c60e976005a28ff31af (patch) | |
tree | c1c00d59af5361e8fa2954b7d12ca0cc2d1d364a | |
parent | 44be03ac04135d839cc2932a5202ea88e1d37510 (diff) |
Add gram.c to CLEANFILES
-rw-r--r-- | usr.bin/rdist/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/rdist/Makefile b/usr.bin/rdist/Makefile index 6b03f67847a..0ef82e0437c 100644 --- a/usr.bin/rdist/Makefile +++ b/usr.bin/rdist/Makefile @@ -1,12 +1,11 @@ # from: @(#)Makefile 5.11 (Berkeley) 3/12/91 -# $Id: Makefile,v 1.3 1996/03/01 08:34:55 tholo Exp $ +# $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 isexec.c \ - lookup.c message.c rdist.c rshrcmd.c setargs.c signal.c -OBJS+= gram.o -CLEANFILES=y.tab.h +SRCS= child.c client.c common.c distopt.c docmd.c expand.c gram.y \ + isexec.c lookup.c message.c rdist.c rshrcmd.c setargs.c signal.c +CLEANFILES+=gram.c y.tab.h LDADD= -lcompat DPADD= ${LIBCOMPAT} |