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 (153B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 TARG=hoc
            4 HFILES=\
            5         y.tab.h\
            6         hoc.h\
            7 
            8 OFILES=\
            9         y.tab.$O\
           10         code.$O\
           11         init.$O\
           12         math.$O\
           13         symbol.$O\
           14 
           15 YFILES=hoc.y\
           16 
           17 <$PLAN9/src/mkone
           18