File system stuff.
This commit is contained in:
parent
e97ceade5e
commit
d3df308747
29 changed files with 3316 additions and 0 deletions
16
src/libmux/mkfile
Normal file
16
src/libmux/mkfile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
PLAN9=../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
LIB=libmux.a
|
||||
|
||||
OFILES=\
|
||||
io.$O\
|
||||
mux.$O\
|
||||
queue.$O\
|
||||
thread.$O\
|
||||
|
||||
HFILES=\
|
||||
$PLAN9/include/mux.h\
|
||||
|
||||
<$PLAN9/src/mksyslib
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue