add gzip, bzip2
'
This commit is contained in:
parent
4314729dde
commit
ff3adf6082
44 changed files with 9880 additions and 2 deletions
16
src/cmd/gzip/mkfile
Normal file
16
src/cmd/gzip/mkfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue