diff options
author | 1996-03-31 18:45:35 +0000 | |
---|---|---|
committer | 1996-03-31 18:45:35 +0000 | |
commit | 2c253c1486437acd8366576b81cd2cbb3b6b030f (patch) | |
tree | 7f3af7d89bf054baad99f6e030a88325f6e7a648 | |
parent | From NetBSD: NFSv3 import (tomorrow's Net's kernel) (diff) | |
download | wireguard-openbsd-2c253c1486437acd8366576b81cd2cbb3b6b030f.tar.xz wireguard-openbsd-2c253c1486437acd8366576b81cd2cbb3b6b030f.zip |
gram.y must be built before client.c.
-rw-r--r-- | usr.bin/rdist/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/rdist/Makefile b/usr.bin/rdist/Makefile index 0ef82e0437c..c63caeef9b9 100644 --- a/usr.bin/rdist/Makefile +++ b/usr.bin/rdist/Makefile @@ -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 |