	cd glue; make -b PFX=n all
	cd ramless; make -b PFX=n diag
	/lib/ncpp -P -I../INC5 romdiag.s | sed -f imm.sed> CPPxxtmp.s
	nas -o romdiag.o CPPxxtmp.s
	rm -f 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 ramless/romdiag.o \
		ramless/diagmsg.o \
		monitor/mon.a general/gen.a glue/ramsize.o  \
		monitor/strings.o glue/dummyvios.o glue/dummyrtc.o \
		-o diag5
ld warning: operating system support of the -N option may be dropped in a future release
	nnm -xn diag5 > diag5.nm &
