COMPILING THE AmiTCP/IP AND THE UTILITIES

$Revision: 2.1 $

SOME NOTES:

 - Only SAS/C 6.x is supported for now
 - netinclude and netlib along with the assigns must be installed
   before compiling anything
 - SANA-II headers are now included in netinclude:
 - if you intend to change src/kern/variables.src, then you must have
   gawk (Gnu awk) installed to be able to compile the AmiTCP itself.
   Gawk is not needed to compile the utilities. 
 - The makefiles do not have decent dependencies, so if something is
   changed you have better "smake clean" before retrying
 - Agnet Smakefile requires the BumpRev from CBM NDU. You can get rid 
   of it by editing the Smakefile, if you don't have BumpRev

COMPILING:

1. netlib must be compiled first. Cd to the netlib: and give the
   "smake" command.
2. cd to the src-directory and issue following commands:
    smake gst
    smake
3. cd to the util directory and issue the "smake" command
4. cd to the napsaterm/src directory and issue the smake command

The included Shell script "compile" does just that.
