blob: 52294ef6169aa43eaccf531db871b2c81f4d274a [file] [log] [blame]
rsc551445b2004-04-21 03:04:30 +00001<$PLAN9/src/mkhdr
2
3PROTO=\
4 mount3.$O\
5 nfs3.$O\
6 portmap.$O\
7
8OFILES=\
9 authunix.$O\
10 client.$O\
11 emalloc.$O\
12 error.$O\
13 fd.$O\
14 fmt.$O\
15 net.$O\
16 prog.$O\
17 rpc.$O\
18 server.$O\
19 suncall.$O\
20 udp.$O\
21 $PROTO\
22
23HFILES=\
24 $PLAN9/include/sunrpc.h\
25
26LIB=libsunrpc.a
27
28<$PLAN9/src/mksyslib
29
30mount3.$O: $PLAN9/include/nfs3.h