diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-17 01:34:53 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-17 01:34:53 +0000 |
| commit | e27b3bf5e2a16a4b2d8a5970b0ef3c7714f05c4b (patch) | |
| tree | 2940b3a102c1a6c3e277530e19a6e1271885600a /gnu/usr.bin/diff3 | |
| parent | 56bab387f1cf563ec9f40101d12864c59725f175 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/diff3')
| -rw-r--r-- | gnu/usr.bin/diff3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile index 1acd3142c026..f5f9c89a839b 100644 --- a/gnu/usr.bin/diff3/Makefile +++ b/gnu/usr.bin/diff3/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../../contrib/diff PROG= diff3 -SRCS= diff3.c getopt.c getopt1.c version.c +SRCS= diff3.c version.c # Important for ctype macros! CFLAGS+=-funsigned-char |
