aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-06-14 11:00:35 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-06-14 11:00:35 +0000
commitafd4f2eb3b102510c2d003f585baff8618ab830a (patch)
tree2bd1ef1480bf66d5a14520a46b16a82f8ca8ecee /gnu/usr.bin/binutils
parentf2009cbfdb91d6682ea204ca675ef0f7ce1ea2f9 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index a51195d4b8b3..2fac3dbd1c1d 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/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)