add gzip, bzip2

'
This commit is contained in:
rsc 2004-04-14 20:09:21 +00:00
parent 4314729dde
commit ff3adf6082
44 changed files with 9880 additions and 2 deletions

16
src/cmd/gzip/mkfile Normal file
View file

@ -0,0 +1,16 @@
PLAN9=../../..
<$PLAN9/src/mkhdr
HFILES=\
gzip.h\
zip.h\
TARG=\
gzip\
gunzip\
zip\
unzip\
SHORTLIB=flate bio 9
<$PLAN9/src/mkmany