This is the MAS Developer Tools distribution.

It requires the mas source distribution to build.  Un-tar it in the
directory above your mas source distribution and add the word
"devtools" to the topmost Imakefile's SUBDIRS line, and do "make
Makefile; make Makefiles; make depend; make".  Here's an example:

edit the SUBDIRS line in mas-0.6.0/Imakefile, adding devtools to the
end:

SUBDIRS = config share common jrtplib mas devices maslib clients devtools

then:

make Makefile; make Makefiles; make depend; make
cd devtools
su root
make install


22 JAN 2003
