URI:
       tmkfile - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tmkfile (319B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 PROTO=\
            4         mount3.$O\
            5         nfs3.$O\
            6         portmap.$O\
            7 
            8 OFILES=\
            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 
           23 HFILES=\
           24         $PLAN9/include/sunrpc.h\
           25 
           26 LIB=libsunrpc.a
           27 
           28 <$PLAN9/src/mksyslib
           29 
           30 mount3.$O: $PLAN9/include/nfs3.h