Instructions:

1. Create a directory for your OS here.
2. Change to that directory.
3. Create make files in the new directory as follows:

	make.umdss	To build the umdss program
	make.mdx	To build the mdx program
	make.iotest	To build the iotest program

Add a target in the main Makefile that invokes these three as needed.
See the 44bsd directory and its contents as examples.

(NOTE: The make.* files in this directory level were taken from
Qualcomm's popper program as sample files from which to construct
umdss's make files.  Thanks to Mark Erikson at Qualcomm).
