aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/diff/mkfile
blob: feb3a0418edac9e447536eb1b7ef2b5f15ebab76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<$PLAN9/src/mkhdr

TARG=diff
OFILES=\
	diffdir.$O\
	diffio.$O\
	diffreg.$O\
	main.$O\

HFILES=diff.h

SHORTLIB=bio 9
<$PLAN9/src/mkone