Blob


1 PLAN9=../../..
2 <$PLAN9/src/mkhdr
4 # Calling this grep breaks a LOT. Like egrep on Linux.
5 # And probably configure.
7 TARG=9grep
8 HFILES=\
9 grep.h\
11 OFILES=\
12 y.tab.$O\
13 main.$O\
14 comp.$O\
15 sub.$O\
17 YFILES=grep.y\
19 SHORTLIB=bio 9
20 <$PLAN9/src/mkone