plan9port/src/cmd/grep/mkfile
2005-01-04 22:10:29 +00:00

19 lines
216 B
Makefile

<$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\
<$PLAN9/src/mkone