home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-26 | 727 b | 22 lines |
- # RE_SID: @(%)/usr/re/builds/pcnfs/unix/serial/SCCS/s.makefile 1.2 93/01/08 18:31:34 SMI
- #
- # @(#)makefile 1.2 1/8/93
- # This makefile may be used to unpack the SLIP distribution kit.
- # The makefile, together with the file "slipd40.taz", 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 "slipd40" and read the shell script file
- # "addslip.csh" which is used to install the software and rebuild
- # your kernel.
- #
-
- unpack40:
- mv slipd40.taz slipd40.tar.Z
- uncompress -v slipd40.tar
- tar -xvf slipd40.tar
- mv addslip.csh slipd40/.
- chmod +x slipd40/addslip.csh
-
-
-