Subject: Re: Kernel compilation...
To: Christopher J Mason <cmason+@CMU.EDU>
From: Scott Reynolds <scottr@edsi.org>
List: port-mac68k
Date: 09/22/1996 19:49:03
On Sun, 22 Sep 1996, Christopher J Mason wrote:

> Um, what does this mean:
> 
> make: don't know how to make ../../../../netinet/tcp.h. Stop

It means your .depend file is probably out of date.  Do

	rm -f .depend; make depend && make

in the kernel build directory.

--scott