s3270 Build and Install Instructions

To build s3270, type:
    make
To install s3270 in the default install directory (/usr/local), type:
    make install
To install in a different directory, add an INSTALLDIR= clause to the make command, e.g.:
    make install INSTALLDIR=/tools