aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gperf/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile
index 50a119788138..1d9ccd814cfd 100644
--- a/gnu/usr.bin/gperf/Makefile
+++ b/gnu/usr.bin/gperf/Makefile
@@ -2,19 +2,16 @@
GPROFDIR= ${.CURDIR}/../../../contrib/gperf
+.PATH: ${GPROFDIR}/src ${GPROFDIR}/lib ${GPROFDIR}/doc
+
SUBDIR= doc
PROG= gperf
-MAN1= gperf.1
-
-CXXFLAGS+= -I${GPROFDIR}/lib -I${.CURDIR}
-
SRCS= bool-array.cc gen-perf.cc hash-table.cc iterator.cc key-list.cc \
list-node.cc main.cc new.cc options.cc read-line.cc trace.cc \
vectors.cc version.cc
SRCS+= hash.cc getopt.c getopt1.c
+CXXFLAGS+= -I${GPROFDIR}/lib -I${.CURDIR}
+
.include <bsd.prog.mk>
-.PATH: ${GPROFDIR}/src
-.PATH: ${GPROFDIR}/lib
-.PATH: ${GPROFDIR}/doc