summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-11-26 12:29:48 +0000
committerphk <phk@FreeBSD.org>1999-11-26 12:29:48 +0000
commit8efde88e337535e97c659d3e818ae4455848f19c (patch)
tree96c8dd3136abe7c289e85fc90578a45587f39f94 /gnu
parent3d02295353166984c9afe98da6daad9b9f38c623 (diff)
downloadFreeBSD-src-8efde88e337535e97c659d3e818ae4455848f19c.zip
FreeBSD-src-8efde88e337535e97c659d3e818ae4455848f19c.tar.gz
s/dir.h/dir.c/
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/diff/Makefile2
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!
OpenPOWER on IntegriCloud