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 (292B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 TARG=samterm
            4 OFILES=\
            5         main.$O\
            6         icons.$O\
            7         menu.$O\
            8         mesg.$O\
            9         rasp.$O\
           10         scroll.$O\
           11         flayer.$O\
           12         io.$O\
           13         plan9.$O\
           14 
           15 HFILES=\
           16         samterm.h\
           17         flayer.h\
           18         ../sam/sam.h\
           19         ../sam/mesg.h\
           20         $PLAN9/include/frame.h\
           21         $PLAN9/include/draw.h\
           22 
           23 CFLAGS=$CFLAGS -I../sam
           24 
           25 <$PLAN9/src/mkone