diff options
| author | christos <christos@NetBSD.org> | 2016-01-13 03:39:27 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-01-13 03:39:27 +0000 |
| commit | 5716a8f5bd2dd520771ea27c84a6f9dac453b647 (patch) | |
| tree | 089574b21a27b581cfbc7297407b9b53ac4fceaf /external/gpl2/diffutils/bin/diff3 | |
| parent | eec8fc77c4e0eb79f8d0dce344cf1200ede12bfe (diff) | |
merge conflicts, new reach-over Makefiles
Diffstat (limited to 'external/gpl2/diffutils/bin/diff3')
| -rw-r--r-- | external/gpl2/diffutils/bin/diff3/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/external/gpl2/diffutils/bin/diff3/Makefile b/external/gpl2/diffutils/bin/diff3/Makefile new file mode 100644 index 00000000000..0ad339b4b43 --- /dev/null +++ b/external/gpl2/diffutils/bin/diff3/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/01/13 03:39:28 christos Exp $ + +.include <bsd.init.mk> + +DIST= ${IDIST}/src +.PATH: ${DIST} ${IDIST}/man + +PROG= diff3 +SRCS= diff3.c version.c + +CWARNFLAGS.clang+= -Wno-unused-value + +.include <bsd.prog.mk> |
