Subject: Re: ad cgdconfig
To: Timo Schoeler <ml@macfinity.net>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 12/19/2003 14:53:33
On Fri, Dec 19, 2003 at 02:40:13PM +0100, Timo Schoeler wrote:
> on an Amiga 1200 (040/40), running NetBSD 1.6.2RC3 there is _no_ cgdconfig
> installed, but in /usr/src and /usr/obj.

There is no cgd in 1.6.x, it is -current only.

You probably have updated your source to -current, but not build and installed
it correctly with build.sh. Your 1.6.x base /usr/share/mk/* is not compatible
to be directly used with -current makefiles, that's why you get the error
in the tools makefile.

Once you completely update (by properly using build.sh) everything will be
fine. You should carefully read /usr/src/BUILDING first, though.

Martin