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 (190B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 TARG=smugfs
            4 
            5 HFILES=a.h
            6 
            7 OFILES=\
            8         cache.$O\
            9         download.$O\
           10         fs.$O\
           11         http.$O\
           12         json.$O\
           13         jsonrpc.$O\
           14         log.$O\
           15         main.$O\
           16         openssl.$O\
           17         tcp.$O\
           18         util.$O\
           19 
           20 <$PLAN9/src/mkone
           21