| commit | 5993a8f2756bc455101a8c9ce95347d5050e7883 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Sun Nov 23 18:03:02 2003 +0000 |
| committer | rsc <devnull@localhost> | Sun Nov 23 18:03:02 2003 +0000 |
| tree | df94fe66c46612af899e6622c808d42a52542b8c | |
| parent | cfabc3ed1638efc186ebd26bdaa3dfb5663dff17 [diff] [blame] |
the one true diff. at least it can handle "diff file1 file2 dir".
diff --git a/src/cmd/diff/mkfile b/src/cmd/diff/mkfile new file mode 100644 index 0000000..316bdbd --- /dev/null +++ b/src/cmd/diff/mkfile
@@ -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