Subject: Re: how to make world
To: Zhang Weiwu <weiwuzhang@hotmail.com>
From: Chris Pinnock <cjep@fawlty.net>
List: netbsd-help
Date: 09/27/2003 12:11:55
On Fri, Sep 26, 2003 at 03:15:25PM +0800, Zhang Weiwu wrote:
> Hello. Newbie question again. I'm from FreeBSD. In NetBSD we don't have 
> /stand/sysinstall, then where do we get "source for everything" for a 
> buildworld? Besides, I used to set "CPUTYPE=i686" in make.conf, should I 
> do "OBJMACHINE=i686" in mk.conf in NetBSD?

You can get the source from the ftp site or via CVS. e.g.
	ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-1.6.1/source/

for 1.6.1 sources.

Setting OBJMACHINE to that will just change the name of the object
directories to obj.i686 (if you use object directories to seperate
binary objects from the source tree).

Regards,
Chris