home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfs51 / sunos.41x / makefile < prev    next >
Makefile  |  1994-08-26  |  727b  |  22 lines

  1. # RE_SID: @(%)/usr/re/builds/pcnfs/unix/serial/SCCS/s.makefile 1.2 93/01/08 18:31:34 SMI
  2. #
  3. #  @(#)makefile    1.2    1/8/93
  4. # This makefile may be used to unpack the SLIP distribution kit.
  5. # The makefile, together with the file "slipd40.taz", should be
  6. # copied to a directory such as /usr/tmp; at least 600KB must be
  7. # free on this file system. Change to this directory and type
  8. # "make unpack" to unpack the compressed tar archive. Then
  9. # change directory to "slipd40" and read the shell script file
  10. # "addslip.csh" which is used to install the software and rebuild
  11. # your kernel.
  12. #
  13.  
  14. unpack40:
  15.     mv slipd40.taz slipd40.tar.Z
  16.     uncompress -v slipd40.tar
  17.     tar -xvf slipd40.tar
  18.     mv addslip.csh slipd40/.
  19.     chmod +x slipd40/addslip.csh
  20.  
  21.  
  22.