blob: b86a4828674b5dafc89ceff25528c2c7a6735de5 [file] [log] [blame]
rsc46f79932005-01-04 21:22:40 +00001<$PLAN9/src/mkhdr
2
3LIB=lib9pclient.a
4
5OFILES=\
rsc1ac60142006-01-27 04:11:37 +00006 access.$O\
rsc80ecfd22005-02-08 21:03:12 +00007 auth.$O\
rsc46f79932005-01-04 21:22:40 +00008 close.$O\
9 create.$O\
10 dirread.$O\
11 fs.$O\
12 ns.$O\
13 open.$O\
14 openfd.$O\
rsc5a1e9de2006-02-08 21:21:01 +000015 print.$O\
rsc46f79932005-01-04 21:22:40 +000016 read.$O\
rsc86122472006-01-27 04:08:41 +000017 remove.$O\
rscdaefa1a2005-01-18 18:11:39 +000018 seek.$O\
rsc46f79932005-01-04 21:22:40 +000019 stat.$O\
20 walk.$O\
21 write.$O\
22 wstat.$O\
23
24HFILES=\
25 $PLAN9/include/9pclient.h\
26 $PLAN9/include/mux.h\
27
28<$PLAN9/src/mksyslib