summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gperf
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-04-11 11:06:06 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-04-11 11:06:06 +0000
commit5786a9cf4a606b501e95e7758b7e82f69d8e753b (patch)
tree2e1a8863f3f8e324d085a162b297bb9b78dcc1ca /gnu/usr.bin/gperf
parent5b93eb04a9c55bd0df7d807b9dc267b72db1f880 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/gperf')
-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 158d85d3a9b9..62432edff35e 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>