home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / n / n003 / 8.ddi / MAKEFILE < prev    next >
Encoding:
Text File  |  1991-02-13  |  811 b   |  27 lines

  1. #
  2. #  @(#)makefile    9.3      9/17/90 
  3. # This makefile may be used to unpack the SLIP distribution kit.
  4. # The makefile, together with the file "slipdist.tar", should be
  5. # copied to a directory such as /usr/tmp; at least 600KB must be
  6. # free on this file system. Change to this directory and type
  7. # "make unpack" to unpack the compressed tar archive. Then
  8. # change directory to "slipdist" and read the shell script file
  9. # "addslip.csh" which is used to install the software and rebuild
  10. # your kernel.
  11. #
  12. # IMPORTANT: For Sys4-3.2 systems type "make unpack4". For SunOS 4.0,
  13. # type "make unpack40"
  14. #
  15.  
  16. unpack40:
  17.     mv slipd40.tar slipd40.tar.Z
  18.     uncompress slipd40.tar
  19.     tar xvf slipd40.tar
  20.     chmod +x slipd40/addslip.csh
  21.  
  22. packit40:
  23.     tar cf slipd40.tar `cat slipd40/files`
  24.     compress slipd40.tar
  25.     mv slipd40.tar.Z slipd40.tar
  26.  
  27.