Nope, this is also needed ahead of time # cd /usr/src/sys # make obj
otherwise, sys/stand and sys/lib don't have obj@ subtrees, and the later compile will reach into the wrong places. Experienced developers can forget about this because they always have obj subtrees... > # cd /usr/src/sys/arch/sparc64/stand > # make obj > # make > > you should end up with an ofwboot binary in > /usr/src/sys/arch/sparc64/stand/ofwboot/obj that you can test.
