Subject: Re: Updating userland for netbsd-1-6 branch
To: Christian Palomino <zakhrin@freeshell.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: netbsd-help
Date: 12/30/2003 10:26:32
Christian Palomino wrote:

>     #cd ../compile/GENERIC (or the file name you used)
>     #make depend
>     #mv /netbsd /netbsd.old; mv netbsd /netbsd

Why not this?

	# make dependall
	# make install

"make depend" does not compile the sources...

Martti