
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

If you want to use an initialisation file other than ~/.asmailrc, edit
the Makefile to add -DRCFILE="rcfile" to the CFLAGS. The pathname
specified is taken to be relative to the user's home directory.
