Subject: Re: Feedback for developers and other users of 1.5
To: Lee Reynolds <leebreynolds@yahoo.com>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 09/30/2000 07:54:24
On Sat, 30 Sep 2000, Lee Reynolds wrote:

> I looked in /usr/share/mk for sys.mk and found
> bsd.sys.mk instead.  In fact there are many files such
> as this all beginning with bsd.  I created a soft link
> from bsd.sys.mk to sys.mk and tried make again.  This
> time it brings up cc but doesn't actually do anything
> useful.  I'd type in exactly what it does only I'm
> reinstalling base.tgz right now.

sys.mk is _not_ supposed to be a symlink to bsd.sys.mk. sys.mk is
always used, and needed, by "make", the bsd.* files are only used when
.include'd, as in the NetBSD sources.


Frederick