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 (269B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 TARG=acidtypes
            4 
            5 OFILES=\
            6         dwarf.$O\
            7         main.$O\
            8         stabs.$O\
            9         sym.$O\
           10         type.$O\
           11         util.$O\
           12 
           13 HFILES=\
           14         dat.h\
           15         $PLAN9/include/mach.h\
           16         ../../libmach/elf.h\
           17         ../../libmach/dwarf.h\
           18         ../../libmach/stabs.h\
           19 
           20 CFLAGS=-I../../libmach $CFLAGS
           21 
           22 <$PLAN9/src/mkone
           23