Hi,
I think NetBSD 4 still uses build.sh. But I don't remember the late 2000s in that kind of detail, as I stopped using NetBSD 4 about 2010.
There is indeed a build.sh. Trying to follow the NetBSD Guide I should be able to do
./build.sh list-arch
but that fails / is not implemented here.
It's not listed under "Other operations" if I do ./build.sh help.
Also as per the guide I could do
$ ./build.sh -U -u -j2 -O ~/obj -m evbarm -a aarch64 release
or in my case
$ ./build.sh -U -u -O ./obj -m i386 -a <somearch> release
but I can't find what exactly to use instead of "<somearch>".
Like, how do I build for 386, 486, Pentium, etc?
-- Mark Ter Morshuizen