diff options
author | phk <phk@FreeBSD.org> | 1999-11-26 12:29:48 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-11-26 12:29:48 +0000 |
commit | 8efde88e337535e97c659d3e818ae4455848f19c (patch) | |
tree | 96c8dd3136abe7c289e85fc90578a45587f39f94 | |
parent | 3d02295353166984c9afe98da6daad9b9f38c623 (diff) | |
download | FreeBSD-src-8efde88e337535e97c659d3e818ae4455848f19c.zip FreeBSD-src-8efde88e337535e97c659d3e818ae4455848f19c.tar.gz |
s/dir.h/dir.c/
-rw-r--r-- | gnu/usr.bin/diff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 2107b2b8..be853a2 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../../contrib/diff PROG= diff -SRCS= analyze.c cmpbuf.c context.c diff.c dir.h ed.c getopt.c getopt1.c \ +SRCS= analyze.c cmpbuf.c context.c diff.c dir.c ed.c getopt.c getopt1.c \ ifdef.c io.c normal.c prepend_args.c side.c util.c version.c # Important for ctype macros! |