mpac v1.01 install file
Byron Sonne (blsonne@home.com)

    1. Make sure you have Libnet installed, mpac was written with 0.99e
       installed. Goto www.packetfactory.net or somewhere else and get it.

    2. Read the README file

    3. Compile via the libnet-config script (at least this is how I did it):
 
        gcc `libnet-config --cflags --defines` mpac.c -o mpac \
        `libnet-config --libs`

eof
