# RE_SID: @(%)/tmp_mnt/vol/dosnfs/shades_SCCS/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


