smugfs(4): new program
This commit is contained in:
parent
3d36f44373
commit
18824b5868
17 changed files with 4299 additions and 0 deletions
21
src/cmd/smugfs/mkfile
Normal file
21
src/cmd/smugfs/mkfile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=smugfs
|
||||
|
||||
HFILES=a.h
|
||||
|
||||
OFILES=\
|
||||
cache.$O\
|
||||
download.$O\
|
||||
fs.$O\
|
||||
http.$O\
|
||||
json.$O\
|
||||
jsonrpc.$O\
|
||||
log.$O\
|
||||
main.$O\
|
||||
openssl.$O\
|
||||
tcp.$O\
|
||||
util.$O\
|
||||
|
||||
<$PLAN9/src/mkone
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue