diff options
| author | rsc <devnull@localhost> | 2004-04-21 03:04:30 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-04-21 03:04:30 +0000 |
| commit | 551445b92c1f11d4f543e96790ff29762ab1ad10 (patch) | |
| tree | 5129ea4e5cc91ff823623b080540fedcfaa72786 /src/libsunrpc/mkfile | |
| parent | fa256eecfaf035cd6c46335452357856dc0bd9e9 (diff) | |
| download | plan9port-551445b92c1f11d4f543e96790ff29762ab1ad10.tar.gz plan9port-551445b92c1f11d4f543e96790ff29762ab1ad10.zip | |
Add sunrpc.
Diffstat (limited to 'src/libsunrpc/mkfile')
| -rw-r--r-- | src/libsunrpc/mkfile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/libsunrpc/mkfile b/src/libsunrpc/mkfile new file mode 100644 index 00000000..76a4d48c --- /dev/null +++ b/src/libsunrpc/mkfile @@ -0,0 +1,31 @@ +PLAN9=../.. +<$PLAN9/src/mkhdr + +PROTO=\ + mount3.$O\ + nfs3.$O\ + portmap.$O\ + +OFILES=\ + authunix.$O\ + client.$O\ + emalloc.$O\ + error.$O\ + fd.$O\ + fmt.$O\ + net.$O\ + prog.$O\ + rpc.$O\ + server.$O\ + suncall.$O\ + udp.$O\ + $PROTO\ + +HFILES=\ + $PLAN9/include/sunrpc.h\ + +LIB=libsunrpc.a + +<$PLAN9/src/mksyslib + +mount3.$O: $PLAN9/include/nfs3.h |
