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 (391B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 TARG=rc
            4 
            5 OFILES=\
            6         code.$O\
            7         exec.$O\
            8         getflags.$O\
            9         glob.$O\
           10         here.$O\
           11         io.$O\
           12         lex.$O\
           13         parse.$O\
           14         pcmd.$O\
           15         pfnc.$O\
           16         simple.$O\
           17         subr.$O\
           18         trap.$O\
           19         tree.$O\
           20         unixcrap.$O\
           21         var.$O\
           22         y.tab.$O\
           23         plan9ish.$O\
           24         havefork.$O\
           25 
           26 HFILES=\
           27         rc.h\
           28         x.tab.h\
           29         io.h\
           30         exec.h\
           31         fns.h\
           32 
           33 YFILES=syn.y
           34 
           35 <$PLAN9/src/mkone
           36 
           37 x.tab.h: y.tab.h
           38         cmp -s x.tab.h y.tab.h || cp y.tab.h x.tab.h