summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gperf
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/gperf
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/gperf')
-rw-r--r--gnu/usr.bin/gperf/Makefile2
-rw-r--r--gnu/usr.bin/gperf/doc/Makefile9
2 files changed, 0 insertions, 11 deletions
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile
index 86674c4..7d0c14a 100644
--- a/gnu/usr.bin/gperf/Makefile
+++ b/gnu/usr.bin/gperf/Makefile
@@ -5,8 +5,6 @@ GPERFDIR= ${.CURDIR}/../../../contrib/gperf
.PATH: ${GPERFDIR}/src ${GPERFDIR}/lib ${GPERFDIR}/doc
-SUBDIR= doc
-
PROG_CXX= gperf
SRCS= bool-array.cc hash-table.cc input.cc keyword-list.cc keyword.cc \
main.cc options.cc output.cc positions.cc search.cc version.cc \
diff --git a/gnu/usr.bin/gperf/doc/Makefile b/gnu/usr.bin/gperf/doc/Makefile
deleted file mode 100644
index 1c0ec79..0000000
--- a/gnu/usr.bin/gperf/doc/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-INFO = gperf
-INFOSECTION= "Programming & development tools."
-INFOENTRY_gperf= "* Gperf: (gperf). The GNU perfect hash function generator."
-
-SRCDIR= ${.CURDIR}/../../../../contrib/gperf/doc
-
-.include <bsd.info.mk>
OpenPOWER on IntegriCloud