Blob


1 <$PLAN9/src/mkhdr
3 # Calling this grep breaks a LOT. Like egrep on Linux.
4 # And probably configure.
6 TARG=grep
7 HFILES=\
8 grep.h\
10 OFILES=\
11 y.tab.$O\
12 main.$O\
13 comp.$O\
14 sub.$O\
16 YFILES=grep.y\
18 <$PLAN9/src/mkone