Subject: Re: build problems.
To: Frederick Bruckman <fb@enteract.com>
From: Reinoud Koornstra <Reinoud.Koornstra@ibbnet.org>
List: netbsd-help
Date: 11/21/1999 15:16:11
> 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?

I have a /usr/share/examples dir, but when i do cd dhcp i'll end up in:
/usr/src/usr.bin/dhcp, so it's a sym link.
Is this correct?

Further more: i have a dir /usr/src/bin/sync
I downloaded all source with sup, i didnt get any errors during sup and it
said all went fine....
So how could it be i dont have a dhcpd.conf?

Should i now just continue the way you said down here?
Bye,

Reinoud.
> 
> > 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
> 
> 
>