summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gperf/Makefile')
-rw-r--r--gnu/usr.bin/gperf/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile
index 86674c4..514d725 100644
--- a/gnu/usr.bin/gperf/Makefile
+++ b/gnu/usr.bin/gperf/Makefile
@@ -5,13 +5,12 @@ 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 \
getline.cc hash.cc
WARNS= 1
+MAN= gperf.1 gperf.7
CXXFLAGS+= -I${GPERFDIR}/lib -I${.CURDIR}
OpenPOWER on IntegriCloud