On Wed, May 24, 2017 at 04:59:58PM +0200, Christian Groessler wrote: > So source code isn't under /usr/src, but /local/netbsd-src/src due to tight > space in the /usr partition.
you can work around the space issue with null mounts mkdir /usr/src mount -t null /local/netbsd-src/src /usr/src my compile directory has a lib/compat, it is generated during 'make depend', not config. I'd often 'fix' issues by deleting the entire directory and starting over.
