Robert Elz in PR 42083.
bsd.own.mk tags "all" with .NOTMAIN, so including bsd.own.mk before
defining "all" causes it to be skipped in favor of whatever comes next
in the makefile. Hack around this by putting "all:;" at the top.
I can't *really* test it because the syscalls script blows its mind if
given a NetBSD 5.x syscalls.master file.
- make this compile on NetBSD/x86_64 [does not work yet]
- completely automate the NetBSD header generation. This should make porting
to other platforms easier.