Subject: Re: building with OBJDIR
To: NetBSD Mailing list <netbsd@mrynet.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: current-users
Date: 01/07/2000 20:27:09
Set BSDSRCDIR in /etc/mk.conf to the "real" pathname to the top of the
source directory .. if the working directory isn't a subdirectory of
${BSDSRCDIR}, "make obj" assumes you're outside the main source tree
and thus that it's not safe to use ${BSDOBJDIR}.

						- Bill