HomeFreeBSD

Use ${.OBJDIR} to refer to the kernel build object dir, instead of trying

Description

Use ${.OBJDIR} to refer to the kernel build object dir, instead of trying
to recreate it from ${MAKEOBJDIRPREFIX} and ${SRC_BASE} and ${KERNCONF},
the latter being especially problematic when KERNCONF is set to the names
of multiple kernel configs.

Details