Subject: Re: Compiling new kernel... and binaries
To: Andrzej W=?ISO-8859-2?Q?=f3jkowski_?= <admin@cordef.com.pl>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 01/13/2000 07:19:40
Andrzej W=?ISO-8859-2?Q?=f3jkowski_?= wrote:

> Hi friends.
> Another "lame" question. I'm trying to compile and install -current
> files from /pub/NetBSD-current/tar_files/src/sbin.tar. While I'm trying
> to compile ifconfig command, make returns, that it is impossible to find
> netinet6/in6.h file. As I can see, this file is in /usr/src/sys/netinet6 directory,
> but it should be in /usr/include/netinet6. And my question: how to make
> header files from kernel archive appear in /usr/include (of course
> except: cp something to somewhere): a special
> kind of make or something else?

You need to do a "make includes" in the top-level source directory.
The correct way to rebuild everything is to "make build" from that
directory.  Look at http://www.netbsd.org/Documentation/current/ for
more info.

Simon.