diff options
Diffstat (limited to 'gnu/usr.bin')
-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! |