28 lines
311 B
Makefile
28 lines
311 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
LIB=lib9pclient.a
|
|
|
|
OFILES=\
|
|
access.$O\
|
|
auth.$O\
|
|
close.$O\
|
|
create.$O\
|
|
dirread.$O\
|
|
fs.$O\
|
|
ns.$O\
|
|
open.$O\
|
|
openfd.$O\
|
|
print.$O\
|
|
read.$O\
|
|
remove.$O\
|
|
seek.$O\
|
|
stat.$O\
|
|
walk.$O\
|
|
write.$O\
|
|
wstat.$O\
|
|
|
|
HFILES=\
|
|
$PLAN9/include/9pclient.h\
|
|
$PLAN9/include/mux.h\
|
|
|
|
<$PLAN9/src/mksyslib
|