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 (295B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 TARG=sam
            4 OFILES=sam.$O\
            5         address.$O\
            6         buff.$O\
            7         cmd.$O\
            8         disk.$O\
            9         error.$O\
           10         file.$O\
           11         io.$O\
           12         list.$O\
           13         mesg.$O\
           14         moveto.$O\
           15         multi.$O\
           16         rasp.$O\
           17         regexp.$O\
           18         shell.$O\
           19         string.$O\
           20         sys.$O\
           21         unix.$O\
           22         util.$O\
           23         xec.$O\
           24 
           25 HFILES=sam.h\
           26         errors.h\
           27         mesg.h\
           28 
           29 
           30 <$PLAN9/src/mkone