[...]
"/usr/share/mk/bsd.own.mk", line 62: Malformed conditional ((${MACHINE_ARCH} ==
"alpha"))
[...]
It sounds like your make(1) is too old to understand MACHINE_ARCH.
Either upgrade it, or use:
make 'MACHINE_ARCH=vax'
and it should work okay.