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/diff | |
| parent | 8df9f5af1bdb21f5a7075c1eae6ff7c25968c338 (diff) | |
unhook and delete diffutils/gettext
Diffstat (limited to 'gnu/usr.bin/diffutils/diff')
| -rw-r--r-- | gnu/usr.bin/diffutils/diff/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/usr.bin/diffutils/diff/Makefile b/gnu/usr.bin/diffutils/diff/Makefile deleted file mode 100644 index 6f44c126b92..00000000000 --- a/gnu/usr.bin/diffutils/diff/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2012/04/04 10:59:46 joerg Exp $ - -.include "${.CURDIR}/../Makefile.inc" - -DIST= ${IDIST}/src -.PATH: ${DIST} ${IDIST}/doc ${IDIST}/man - -PROG= diff -SRCS= analyze.c context.c diff.c dir.c ed.c ifdef.c io.c \ - normal.c side.c util.c version.c - -DPADD+= ${LIBDIFFUTILS} -LDADD+= ${LIBDIFFUTILS} - -INFOFLAGS= -I${IDIST}/doc -TEXINFO= diff.texi - -COPTS.ifdef.c = -Wno-stack-protector - -CWARNFLAGS.clang+= -Wno-unused-value -Wno-string-plus-int - -.include <bsd.info.mk> -.include <bsd.prog.mk> |
