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 (215B)
       ---
            1 <$PLAN9/src/mkhdr
            2 
            3 # Calling this grep breaks a LOT.  Like egrep on Linux.
            4 # And probably configure.
            5 
            6 TARG=grep
            7 HFILES=\
            8         grep.h\
            9 
           10 OFILES=\
           11         y.tab.$O\
           12         main.$O\
           13         comp.$O\
           14         sub.$O\
           15 
           16 YFILES=grep.y\
           17 
           18 <$PLAN9/src/mkone