summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diffutils/diff3
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-01-13 03:40:49 +0000
committerchristos <christos@NetBSD.org>2016-01-13 03:40:49 +0000
commite24eccea776de5d0b3032898b8329fd07f09d4ce (patch)
tree18c69f6f8ae93f2d22c6714085f60181ab21c10c /gnu/usr.bin/diffutils/diff3
parent8df9f5af1bdb21f5a7075c1eae6ff7c25968c338 (diff)
unhook and delete diffutils/gettext
Diffstat (limited to 'gnu/usr.bin/diffutils/diff3')
-rw-r--r--gnu/usr.bin/diffutils/diff3/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/usr.bin/diffutils/diff3/Makefile b/gnu/usr.bin/diffutils/diff3/Makefile
deleted file mode 100644
index d891e25b378..00000000000
--- a/gnu/usr.bin/diffutils/diff3/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2011/05/26 12:56:27 joerg Exp $
-
-.include "${.CURDIR}/../Makefile.inc"
-
-DIST= ${IDIST}/src
-.PATH: ${DIST} ${IDIST}/man
-
-PROG= diff3
-SRCS= diff3.c version.c
-
-DPADD+= ${LIBDIFFUTILS}
-LDADD+= ${LIBDIFFUTILS}
-
-CWARNFLAGS.clang+= -Wno-unused-value
-
-.include <bsd.prog.mk>