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/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile
index 158d85d..62432ed 100644
--- a/gnu/usr.bin/gperf/Makefile
+++ b/gnu/usr.bin/gperf/Makefile
@@ -6,7 +6,7 @@ GPROFDIR= ${.CURDIR}/../../../contrib/gperf
SUBDIR= doc
-PROG= gperf
+PROG_GCC= gperf
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
@@ -14,7 +14,4 @@ SRCS+= hash.cc getopt.c getopt1.c
CXXFLAGS+= -I${GPROFDIR}/lib -I${.CURDIR}
-DPADD+= ${LIBSTDCPLUSPLUS}
-LDADD+= -lstdc++
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud