Subject: Re: cannot open .depend: no such file
To: Bernd Ernesti <netbsd@arresum.inka.de>
From: Jonathan O'Brien <obrien@phoenix.sfsu.edu>
List: current-users
Date: 05/04/1997 06:29:05
On Sun, 4 May 1997, Bernd Ernesti wrote:
> On Sun May 4 05:48:27 1997, Jonathan O'Brien wrote:
> >
> >
> > I'm trying to build -current (19970503) and everything is going
> > fairly well except it seems 'make depend' fails in ipf/* and
> > ypserv/* with:
>
> I fixed ipf/ipmon, but I can't reproduce the error in ypserv.
>
Thanks.
It only does it in ypserv/yppush. Make sure to do a cleandir first.
arkham# make depend
===> makedbm
===> mknetid
===> stdethers
===> stdhosts
===> ypinit
===> ypserv
===> yptest
===> yppush
cannot open .depend: no such file
*** Error code 2
Stop.
*** Error code 1
Stop.
arkham#
Jon