Subject: Re: make include error
To: netbsd alpha <netbsd_alpha@yahoo.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: current-users
Date: 06/26/2000 17:56:14
This appears to be "pilot error".

Please either use "make build", or manually work through the steps in
src/Makefile, before reporting build bugs.

In this case, you missed a:

cd share/mk; make install

This is done as part of "make build", and should be done every time
files share/mk are changed.

					- Bill