home *** CD-ROM | disk | FTP | other *** search
- #
- # @(#)makefile 9.3 9/17/90
- # This makefile may be used to unpack the SLIP distribution kit.
- # The makefile, together with the file "slipdist.tar", should be
- # copied to a directory such as /usr/tmp; at least 600KB must be
- # free on this file system. Change to this directory and type
- # "make unpack" to unpack the compressed tar archive. Then
- # change directory to "slipdist" and read the shell script file
- # "addslip.csh" which is used to install the software and rebuild
- # your kernel.
- #
- # IMPORTANT: For Sys4-3.2 systems type "make unpack4". For SunOS 4.0,
- # type "make unpack40"
- #
-
- unpack40:
- mv slipd40.tar slipd40.tar.Z
- uncompress slipd40.tar
- tar xvf slipd40.tar
- chmod +x slipd40/addslip.csh
-
- packit40:
- tar cf slipd40.tar `cat slipd40/files`
- compress slipd40.tar
- mv slipd40.tar.Z slipd40.tar
-
-