summaryrefslogtreecommitdiff
path: root/external/gpl2/diffutils/bin/diff
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-01-13 03:39:27 +0000
committerchristos <christos@NetBSD.org>2016-01-13 03:39:27 +0000
commit5716a8f5bd2dd520771ea27c84a6f9dac453b647 (patch)
tree089574b21a27b581cfbc7297407b9b53ac4fceaf /external/gpl2/diffutils/bin/diff
parenteec8fc77c4e0eb79f8d0dce344cf1200ede12bfe (diff)
merge conflicts, new reach-over Makefiles
Diffstat (limited to 'external/gpl2/diffutils/bin/diff')
-rw-r--r--external/gpl2/diffutils/bin/diff/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/external/gpl2/diffutils/bin/diff/Makefile b/external/gpl2/diffutils/bin/diff/Makefile
new file mode 100644
index 00000000000..70c414e4f95
--- /dev/null
+++ b/external/gpl2/diffutils/bin/diff/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/01/13 03:39:28 christos Exp $
+
+.include <bsd.init.mk>
+
+DIST= ${IDIST}/src
+.PATH: ${DIST} ${IDIST}/doc ${IDIST}/man
+
+PROG= diff
+SRCS= analyze.c context.c diff.c dir.c ed.c ifdef.c io.c \
+ normal.c side.c util.c version.c
+
+INFOFLAGS= -I${IDIST}/doc
+TEXINFO= diff.texi
+
+COPTS.ifdef.c = -Wno-stack-protector
+
+CWARNFLAGS.clang+= -Wno-unused-value -Wno-string-plus-int
+
+.include <bsd.info.mk>
+.include <bsd.prog.mk>