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 (311B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 LIB=lib9pclient.a
            4 
            5 OFILES=\
            6         access.$O\
            7         auth.$O\
            8         close.$O\
            9         create.$O\
           10         dirread.$O\
           11         fs.$O\
           12         ns.$O\
           13         open.$O\
           14         openfd.$O\
           15         print.$O\
           16         read.$O\
           17         remove.$O\
           18         seek.$O\
           19         stat.$O\
           20         walk.$O\
           21         write.$O\
           22         wstat.$O\
           23 
           24 HFILES=\
           25         $PLAN9/include/9pclient.h\
           26         $PLAN9/include/mux.h\
           27 
           28 <$PLAN9/src/mksyslib