plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkfile (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