summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diffutils/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/diffutils/lib/Makefile')
-rw-r--r--gnu/usr.bin/diffutils/lib/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/usr.bin/diffutils/lib/Makefile b/gnu/usr.bin/diffutils/lib/Makefile
deleted file mode 100644
index de8e7421c17..00000000000
--- a/gnu/usr.bin/diffutils/lib/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2011/05/26 12:56:28 joerg Exp $
-
-LIBISPRIVATE= yes
-
-.include "${.CURDIR}/../Makefile.inc"
-
-LIB= diffutils
-
-DIST= ${IDIST}/lib
-.PATH: ${DIST}
-
-SRCS= basename.c c-stack.c cmpbuf.c error.c exclude.c exitfail.c \
- freesoft.c \
- hard-locale.c imaxtostr.c offtostr.c prepargs.c posixver.c quotesys.c \
- regex.c setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
-
-CWARNFLAGS.clang+= -Wno-unused-value -Wno-tautological-compare
-
-.include <bsd.lib.mk>