tapefs from plan9
This commit is contained in:
parent
21b291a64e
commit
64f7506b34
13 changed files with 2465 additions and 0 deletions
13
src/cmd/tapefs/mkfile
Normal file
13
src/cmd/tapefs/mkfile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=tarfs tpfs v6fs 32vfs cpiofs tapfs v10fs zipfs
|
||||
OFILES=\
|
||||
fs.$O\
|
||||
util.$O\
|
||||
|
||||
HFILES=tapefs.h
|
||||
|
||||
BIN=$BIN/fs
|
||||
<$PLAN9/src/mkmany
|
||||
|
||||
zipfs.$O: zip.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue