head     1.5;
access   ;
symbols  ;
locks    bin:1.5;
comment  @@;


1.5
date     91.06.03.20.04.42;  author bin;  state Exp;
branches ;
next	1.4;

1.4
date     91.06.03.19.58.50;  author bin;  state Exp;
branches ;
next	1.3;

1.3
date     91.03.14.20.10.07;  author bin;  state Exp;
branches ;
next	1.2;

1.2
date     91.03.13.19.50.38;  author bin;  state Exp;
branches ;
next	1.1;

1.1
date     91.02.08.16.04.45;  author bin;  state Exp;
branches ;
next	;


desc
@updated version provided by cef
@


1.5
log
@bob h modified for srcbox and changed decompress to uncompress.
@
text
@DESTDIR=/interim/bin/

compress : compress.o is_fs.o
	cc -o $(DESTDIR)compress $<
	su root chmog 511 bin bin $(DESTDIR)compress
	su root ln -f $(DESTDIR)compress $(DESTDIR)zcat
	su root ln -f $(DESTDIR)compress $(DESTDIR)uncompress

compress.o : compress.c
	cc -c -O -DVIRTUAL -DBITS=16 $<

install : compress
	su root cp compress /bin
	su root ln -f /bin/compress /bin/zcat
	su root ln -f /bin/compress /bin/uncompress
@


1.4
log
@new makefile by cef
@
text
@d1 2
d4 4
a7 1
	cc -o compress $<
d15 1
a15 1
	su root ln -f /bin/compress /bin/decompress
@


1.3
log
@bob h added chmod chgrp ln...
@
text
@d1 2
a2 1
DESTDIR= /f1/bin/
d4 7
a10 7
compress : compress.c is_fs.o
	cc -A -DVIRTUAL -DBITS=16 -o $(DESTDIR)compress compress.c is_fs.o
	su root chown bin $(DESTDIR)compress
	su root chgrp bin $(DESTDIR)compress
	su root chmod 511 $(DESTDIR)compress
	su root ln -f $(DESTDIR)compress $(DESTDIR)uncompress
	su root ln -f $(DESTDIR)compress $(DESTDIR)zcat
@


1.2
log
@bob h added destdir
@
text
@d5 5
a9 1

@


1.1
log
@Initial revision
@
text
@d1 2
d4 2
a5 1
	cc -A -DVIRTUAL -DBITS=16 compress.c is_fs.o
@
