Subject: Re: I still need help with compiling my first kernel
To: patriot <patriot@primenet.com>
From: Dr. Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 06/17/1998 09:45:06
On Tue, 16 Jun 1998, patriot wrote:

> Ok where do I put the Makefile.inc??

Follow the directory structure that the source normally have. The main
thing is that Makefile.inc goes in the directory above config. Normally
that's the src/usr.sbin directory. All of the programs in src/usr.sbin
(and most other NetBSD source-tree programs) look in the parent's
directory for Makefile.inc, and include it if it's there. The main thing
it does for you is make the destination directory /usr/sbin, so when you
do a make install, it'll work right.

Take care,

Bill