
The fast and easy way:
	./install.script

If you like to do things yourself:
	./configure
	make
	make install
	make install.man

If you have to do it the hard way 'cause ./configure broke:
	cp autoconf/Makefile.QNX Makefile
	...look over Makefile, and edit to suit
	make
	make install

