aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/grep/mkfile
blob: 38619325112fbf7ed049e9a5fb07ccf66737294d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<$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