In article <Pine.NEB.4.64.1208131513590.1878%screamer.whooppee.com@localhost>,
Paul Goyette <paul%whooppee.com@localhost> wrote:
With up-to-date sources:
# create ramdisk/devices.spec
rm -f devices.spec devices.spec.tmp
MACHINE=evbmips MACHINE_ARCH=mipseb /bin/sh
/build/netbsd-local/obj/mipseb-evbmips/etc/MAKEDEV -s std md0 wd0 wd1
wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0 > devices.spec.tmp
/build/netbsd-local/obj/mipseb-evbmips/etc/MAKEDEV: pty0: creating BSD
style tty nodes with ptyfs is a security issue
*** [devices.spec] Error code 1
I fixed that in the Makefile; it should be pulled up to 6 if it works.