
	To make and install utilities:

	1.	Set the build enviroments.
		ROOT=/v; export ROOT
		MAKE="make -e";export MAKE
		SHELL=/bin/sh; export SHELL
		If you are in cshell do the equivalent stuff.

	2.	Put the original AT&T source under SCCS control.

	3.	If modification is required, `get' the source
		and make the changes. Incorporate the changes
		with `delta'.

	4.	Make and install the utilities
		:mkcmd <utilities>

	5.	Update the UTIL.STATUS file. This file is also under
		SCCS. So do a `get -e' edit and update using `delta'
