Today's changes.
More changes.
This commit is contained in:
parent
cb27443abf
commit
8ad517944e
73 changed files with 2865 additions and 1293 deletions
20
src/cmd/grep/mkfile
Normal file
20
src/cmd/grep/mkfile
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
# Calling this grep breaks a LOT. Like egrep on Linux.
|
||||
# And probably configure.
|
||||
|
||||
TARG=9grep
|
||||
HFILES=\
|
||||
grep.h\
|
||||
|
||||
OFILES=\
|
||||
y.tab.$O\
|
||||
main.$O\
|
||||
comp.$O\
|
||||
sub.$O\
|
||||
|
||||
YFILES=grep.y\
|
||||
|
||||
SHORTLIB=bio 9
|
||||
<$PLAN9/src/mkone
|
||||
Loading…
Add table
Add a link
Reference in a new issue