===============================================================================
                        INSTALLATION
===============================================================================

If you are using a Sparc Station running SOLARIS then you can use
the executable already supplied in the directory SOFTWARE/SOLARIS/. 

If you are using a Sparc Station running SunOS 4.x then you can use
the executable already supplied in the directory SOFTWARE/SUNOS/. 

If you are using a HP machine running UNIX then you can use
the executable already supplied in the directory SOFTWARE/HPUX/. 

If you are using a PC running DOS then you can use
the executable already supplied in the directory SOFTWARE/DOS/. 

Other users:
1)  Copy the approriate MAKE_CONF.??? and MAKE_LIBS.??? files to Make.conf 
and Make.libs, respectivly.

    Your System           Use                                  Copy to
   ==========================================================================
     PC                   MAKE_CONF.PC  & MAKE_LIBS.PC     \
     HPUX                 MAKE_CONF.HPUX & MAKE_LIBS.HPUX   \  Make.conf &
     SUN4.X               MAKE_CONF.SUN4X & MAKE_LIBS.SUN4X  / Make.libs
 
     SUN/SOLARIS 2        MAKE_CONF.SOL2 & MAKE_LIBS.SOL2   /

2) Make any changes to the Make.conf and Make.libs files if necessary
   (i.e. the type of C compiler you are using (cc, gcc, etc), where you want
   the executable to go, etc.)

3) set the DFSHOME variable to the path leading to and including the directory
   created as the base of the tar extraction
   ex. prompt>> setenv DFSHOME /usr/software/tools/<directory created by tar>

4) issue command "make".
   ex. prompt>> make


NOTE:  Depending on your compiler, warnings make appear when compiling the
       program. These can be ignored.

-----------------------------------------------------------------------
      Copyright(c) 1993 Regents of the University of California
      All rights reserved.
 
   Redistribution and use in source and binary forms are permitted
   provided that the above copyright notice and this paragraph are
   duplicated in all such forms and that any documentation,
   advertising materials, and other materials related to such
   distribution and use acknowledge that the software was developed
   by the University of California, Los Angeles.  The name of the
   University may not be used to endorse or promote products derived
   from this software without specific prior written permission.
   THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-----------------------------------------------------------------------
