diff options
| author | christos <christos@NetBSD.org> | 2016-01-13 03:40:49 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-01-13 03:40:49 +0000 |
| commit | e24eccea776de5d0b3032898b8329fd07f09d4ce (patch) | |
| tree | 18c69f6f8ae93f2d22c6714085f60181ab21c10c /gnu/usr.bin/diffutils/lib | |
| parent | 8df9f5af1bdb21f5a7075c1eae6ff7c25968c338 (diff) | |
unhook and delete diffutils/gettext
Diffstat (limited to 'gnu/usr.bin/diffutils/lib')
| -rw-r--r-- | gnu/usr.bin/diffutils/lib/Makefile | 19 |
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> |
