blob: cbba95348803f6471afb48569ce59db16c8369d5 [file] [log] [blame]
rsc46f79932005-01-04 21:22:40 +00001<$PLAN9/src/mkhdr
2
3LIB=lib9pclient.a
4
5OFILES=\
rsc80ecfd22005-02-08 21:03:12 +00006 auth.$O\
rsc46f79932005-01-04 21:22:40 +00007 close.$O\
8 create.$O\
9 dirread.$O\
10 fs.$O\
11 ns.$O\
12 open.$O\
13 openfd.$O\
14 read.$O\
rscdaefa1a2005-01-18 18:11:39 +000015 seek.$O\
rsc46f79932005-01-04 21:22:40 +000016 stat.$O\
17 walk.$O\
18 write.$O\
19 wstat.$O\
20
21HFILES=\
22 $PLAN9/include/9pclient.h\
23 $PLAN9/include/mux.h\
24
25<$PLAN9/src/mksyslib