summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-06-14 11:00:35 +0000
committerache <ache@FreeBSD.org>1994-06-14 11:00:35 +0000
commit148d11b9e332350d4a441ba149fbe5f372b8b2f3 (patch)
tree2bd1ef1480bf66d5a14520a46b16a82f8ca8ecee /gnu/usr.bin/gdb
parent0eadd3ea8c3dee0bf773c04f3af5c4494950a802 (diff)
downloadFreeBSD-src-148d11b9e332350d4a441ba149fbe5f372b8b2f3.zip
FreeBSD-src-148d11b9e332350d4a441ba149fbe5f372b8b2f3.tar.gz
Add LIBREADLINE and LIBTERM to DPADD
Diffstat (limited to 'gnu/usr.bin/gdb')
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile
index a51195d..2fac3db 100644
--- a/gnu/usr.bin/gdb/gdb/Makefile
+++ b/gnu/usr.bin/gdb/gdb/Makefile
@@ -41,6 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
+DPADD+= $(LIBREADLINE) $(LIBTERM)
LDADD+= -lreadline -ltermcap
.if exists(${.CURDIR}/../libiberty/obj)
OpenPOWER on IntegriCloud