summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/diff/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-26 02:51:44 +0000
committerobrien <obrien@FreeBSD.org>1999-11-26 02:51:44 +0000
commit46689ca7f0002e4deea37db960b95e14958d50cb (patch)
tree04d91218be61c3eaa96b304ba8cc96605bcb6f4d /gnu/usr.bin/diff/Makefile
parentd0da4e010d8ed65bf5f7db99a1b113baee7bf5fa (diff)
downloadFreeBSD-src-46689ca7f0002e4deea37db960b95e14958d50cb.zip
FreeBSD-src-46689ca7f0002e4deea37db960b95e14958d50cb.tar.gz
* Support the environtmental var "DIFF_OPTIONS". Which can hold a set of
default options for diff. These options are interpreted first and can be overwritten by explicit command line parameters. * Add the "-o" option to specify old-traditional output style. * Add utility functions for env vars obtained from GNU Grep 2.3h.
Diffstat (limited to 'gnu/usr.bin/diff/Makefile')
-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 75d8c48..58818cb 100644
--- a/gnu/usr.bin/diff/Makefile
+++ b/gnu/usr.bin/diff/Makefile
@@ -4,7 +4,7 @@
PROG= diff
SRCS= diff.c analyze.c io.c context.c ed.c normal.c ifdef.c util.c dir.c \
- version.c getopt.c getopt1.c side.c cmpbuf.c
+ version.c getopt.c getopt1.c side.c cmpbuf.c prepend_args.c
# Important for ctype macros!
CFLAGS+=-funsigned-char
OpenPOWER on IntegriCloud