Commit d7511b9d0074 ("Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to
WRK_ENV") stopped having sub-makes pull in Poudriere's make.conf that
sets MACHINE and MACHINE_ARCH. As a result builds of kernel modules
think they're for the native architecture, which leads to the kinds of
breakage one would expect. Pass them on in the environment to fix this.
This does feel like a bit of whack-a-mole though, and probably
MACHINE(_ARCH) should be handled more globally, given /nxb-bin's bmake
reports native values.
Fixes: d7511b9d0074 ("Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV")