summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/diff
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-02 20:34:55 +0000
committerngie <ngie@FreeBSD.org>2015-01-02 20:34:55 +0000
commit173f714d97ff1cd8f554f1db95b24437d39a9a12 (patch)
treee7e7439f13d850be12793a8c24167a423dc2dc99 /gnu/usr.bin/diff
parent09e6c22e4687bcc37e556e696cd4218e15c45cd0 (diff)
downloadFreeBSD-src-173f714d97ff1cd8f554f1db95b24437d39a9a12.zip
FreeBSD-src-173f714d97ff1cd8f554f1db95b24437d39a9a12.tar.gz
Remove gnu/ info pages to unbreak the build with MK_GCC != no, etc
Reported by: Ivan Klymenko <fidaj@ukr.net> Reviewed by: bapt Differential Revision: D1412
Diffstat (limited to 'gnu/usr.bin/diff')
-rw-r--r--gnu/usr.bin/diff/Makefile2
-rw-r--r--gnu/usr.bin/diff/doc/Makefile9
2 files changed, 0 insertions, 11 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile
index 03d2fec..6398c1f 100644
--- a/gnu/usr.bin/diff/Makefile
+++ b/gnu/usr.bin/diff/Makefile
@@ -24,8 +24,6 @@ CFLAGS+=-I${.CURDIR}/../../../contrib/diff/src
CFLAGS+=-I${.CURDIR}/../../../contrib/diff/lib
CFLAGS+=-I${DESTDIR}/usr/include/gnu
-SUBDIR+=doc
-
LIBADD+= gnuregex
.if ${MK_TESTS} != "no"
diff --git a/gnu/usr.bin/diff/doc/Makefile b/gnu/usr.bin/diff/doc/Makefile
deleted file mode 100644
index a8a874a..0000000
--- a/gnu/usr.bin/diff/doc/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-INFO = diff
-
-INFOENTRY_diff= "* DIFF: (diff). DIFF/PATCH Reference Manual."
-
-SRCDIR=${.CURDIR}/../../../../contrib/diff/doc
-
-.include <bsd.info.mk>
OpenPOWER on IntegriCloud