diff options
| author | rsc <devnull@localhost> | 2005-01-04 21:22:40 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-01-04 21:22:40 +0000 |
| commit | 46f79934b79ef526ed42bbe5a565e6b5d884d24a (patch) | |
| tree | d1e663f7d3b2b328f03aeb34fdb3f4006aa97ec0 /src/lib9pclient/mkfile | |
| parent | 5ba841dffa1f6cda712ebcff27c55c9d0a672c67 (diff) | |
| download | plan9port-46f79934b79ef526ed42bbe5a565e6b5d884d24a.tar.gz plan9port-46f79934b79ef526ed42bbe5a565e6b5d884d24a.zip | |
lib9pclient is the new libfs
Diffstat (limited to 'src/lib9pclient/mkfile')
| -rw-r--r-- | src/lib9pclient/mkfile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/lib9pclient/mkfile b/src/lib9pclient/mkfile new file mode 100644 index 00000000..c6bbc7dc --- /dev/null +++ b/src/lib9pclient/mkfile @@ -0,0 +1,23 @@ +<$PLAN9/src/mkhdr + +LIB=lib9pclient.a + +OFILES=\ + close.$O\ + create.$O\ + dirread.$O\ + fs.$O\ + ns.$O\ + open.$O\ + openfd.$O\ + read.$O\ + stat.$O\ + walk.$O\ + write.$O\ + wstat.$O\ + +HFILES=\ + $PLAN9/include/9pclient.h\ + $PLAN9/include/mux.h\ + +<$PLAN9/src/mksyslib |
