Re: buildworld failed

From: Simon J. Gerraty <sjg_at_juniper.net>
Date: Tue, 08 Feb 2022 22:52:27 UTC
Brooks Davis <brooks@freebsd.org> wrote:
> 
> This would be fine, but should not be necessicary. The sys subdir should
> be created by AUTOOBJ.

.OBJDIR should be (and is), not .OBJDIR/sys
making that subdir is up to the makefile and would also fix the problem,
but given the nature of what the makefile is doing just replacing / with
_ is simpler.