Subject: Re: my first experience with -current
To: None <list11@sepc.edu.mx>
From: Havard Eidnes <he@netbsd.org>
List: current-users
Date: 02/12/2002 22:56:00
> config MYSERVER
> cd ../compile/MYSERVER
> make depend
>
> And I got this error message:
> /usr/src/tools/obj/tools.NetBSD-1.5ZA-i386/bin/nbmkdep: not found

You could try "make USETOOLS=3Dno depend all", to get going.

Thereafter, when you're up, use the build.sh script to build the tools
and the rest of the system.

Regards,

- H=E5vard