exscan - v0.4 - By PolarRoot [pi9@hotmail.com] [http://exscan.netpedia.net]
        QueSO - Remote OS Identification - By Savage
        QueSO code has been modified and integrated with permission.


Compiling exscan on the Ultrasparc requires a slight modification 
to the Makefile.  On this architechture, the `socket' and `nsl' 
libraries must be included in the linking process.

To fix allow this to happen, uncomment the line found in the 
Makefile which is the following:
#	LIBS  = -lsocket -lnsl

To uncomment this line, remove the pound sign and the preceeding 
spaces, so you should end up with:
LIBS  = -lsocket -lnsl

