Optional (Recommended) Requirements:
   OpenSSL library

Auto Build:
      make
      make install                   (as root)

Manual Build:
   bannergrab can be built manually using the following
   command:

      gcc -lssl -o bannergrab bannergrab.c

   To build bannergrab without SSL support, use the following
   command:

      gcc -DNOSSL -o bannergrab bannergrab.c
