From e24eccea776de5d0b3032898b8329fd07f09d4ce Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 13 Jan 2016 03:40:49 +0000 Subject: unhook and delete diffutils/gettext --- gnu/usr.bin/diffutils/lib/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 gnu/usr.bin/diffutils/lib/Makefile (limited to 'gnu/usr.bin/diffutils/lib') 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 -- cgit