18 lines
215 B
Makefile
18 lines
215 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
# Calling this grep breaks a LOT. Like egrep on Linux.
|
|
# And probably configure.
|
|
|
|
TARG=grep
|
|
HFILES=\
|
|
grep.h\
|
|
|
|
OFILES=\
|
|
y.tab.$O\
|
|
main.$O\
|
|
comp.$O\
|
|
sub.$O\
|
|
|
|
YFILES=grep.y\
|
|
|
|
<$PLAN9/src/mkone
|