This is the 4.1 BSD version of "Make" that I have modified.
All the installation-dependent defines are in defs.h:
	vfork		define to fork if you lack it, undef otherwise
	METERFILE	define to an absolute filename to enable (not
			tested by me)
	SHELLCOM	define to default shell to use
	SHELLENV	define if you want to use the environment variable
			SHELL as the shell to use
	ASCARCH		define if you hhave ASCII archives (4.1 BSD or later
			I presume, I am on an 11 and don't have it)
	PROMPT		define it to be the string printed before commands
			are actually executed (i.e., not under -n).  If
			you don't want this, use "".  I like "$ " since it
			looks like an "sh" command, which it is.
	RCS		define to enable RCS features. (if you don't do
			this, why did you bother to get this?)
	RCS_SUF		if RCS defined, define this to be the suffix of 
			the RCS file (",v" usually)
	FSTATIC		this comes with the original, I really don't
			understand what compiler doesn't allow file-static

The gcos.c file is the original, just reformatted.

Look at rules.c and modify it as you like.

Feel free to implement the items in the WISHLIST.
