the one true diff.

at least it can handle "diff file1 file2 dir".
This commit is contained in:
rsc 2003-11-23 18:03:02 +00:00
parent cfabc3ed16
commit 5993a8f275
6 changed files with 1120 additions and 0 deletions

15
src/cmd/diff/mkfile Normal file
View file

@ -0,0 +1,15 @@
PLAN9=../../..
<$PLAN9/src/mkhdr
TARG=diff
OFILES=\
diffdir.$O\
diffio.$O\
diffreg.$O\
main.$O\
HFILES=diff.h
<$PLAN9/src/mkone
LDFLAGS=$LDFLAGS -lbio -l9 -lfmt -lutf