Subject: Re: build problems.
To: Reinoud Koornstra <Reinoud.Koornstra@ibbnet.org>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 11/20/1999 08:13:39
On Fri, 19 Nov 1999, Reinoud Koornstra wrote:

> install: /usr/share/examples/dhcp/dhcpd.conf: No such file or directory
> *** Error code 1
> Stop.

Do you have a /usr/share/examples/dhcp directory? It should have been
created by "mtree" at the very beginning of the "make build". Are all
your sources in sync?

> Can i do something to get it continue where it is now?

At this point, possibly

  mkdir -p /usr/share/examples/dhcp
  make UPDATE= BUILD= install

> Or should i do now "make UPDATE=2 build" ?
> Or something else? Or again "make UPDATE=1 build"?

Setting it anything at all (even nothing, as above) activates
it--there' no difference between UPDATE=, UPDATE=1, UPDATE=2.