summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gperf
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-11 11:06:06 +0000
committerru <ru@FreeBSD.org>2002-04-11 11:06:06 +0000
commit1edf22e90f76f082e9a6e3b97830ade387a0def6 (patch)
tree2e1a8863f3f8e324d085a162b297bb9b78dcc1ca /gnu/usr.bin/gperf
parent05bab27f8069bf579ded5aab5300abaa4a6aadf3 (diff)
downloadFreeBSD-src-1edf22e90f76f082e9a6e3b97830ade387a0def6.zip
FreeBSD-src-1edf22e90f76f082e9a6e3b97830ade387a0def6.tar.gz
Revert the last change and mark the program as PROG_CXX.
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 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