Subject: Re: building kernels on -current
To: Steve Bellovin <smb@research.att.com>
From: Andreas Lohrum <Andreas.Lohrum@tngtech.com>
List: current-users
Date: 02/22/2002 07:04:02
On Thursday, 21 February 2002 17:41:46 (-0500)
  "Steve Bellovin" (smb@research.att.com) wrote:

> When I ran 'make depend', I got this:
> 
> /usr/src/tools/obj.i386/tools.NetBSD-1.5ZA-i386/bin/nbmkdep: not found
> 
Have a look to /usr/src/BUILD, the normal process should be to
run

  cd /usr/src
  ./build.sh -t

to generate the tools.

Andreas