	cd glue; make -b PFX=n all
	nas  -o dummydiag.o dummydiag.s
	cd ramless; make -b PFX=n all
	cat romarg.s romcmd.s romsub.s romio.s romhelp.s > raml.s
	/lib/ncpp -P -I../INC5 raml.s | sed -f imm.sed> CPPxxtmp.s
	nas -o raml.o CPPxxtmp.s
	nar rvl raml.a raml.o
ar: creating raml.a
a - raml.o
	rm -f raml.o CPPxxtmp.s
	cd monitor; make -b PFX=n all
	cd general; make -b PFX=n all
	nld -N ld.file -u start -e start \
		glue/glue.a ramless/raml.a monitor/mon.a general/gen.a \
		glue/ramsize.o monitor/strings.o glue/dummyvios.o \
		glue/dummydiag.o glue/dummyrtc.o -o mon5 
ld warning: operating system support of the -N option may be dropped in a future release
	nnm -xn mon5 > mon5.nm &
