
echo:
	echo make one of DOS or HP-UX or SYS-V

DOS:
	make -f makefile.dos

HP-UX:
	make -f makefile.hpu

SYS-V:
	make -f makefile.syv


