summaryrefslogtreecommitdiffstats
path: root/usr.bin/bc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bc/Makefile')
-rw-r--r--usr.bin/bc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile
index 17514ca..55f465d 100644
--- a/usr.bin/bc/Makefile
+++ b/usr.bin/bc/Makefile
@@ -5,6 +5,9 @@ PROG= bc
SRCS= bc.y scan.l
CFLAGS+= -I. -I${.CURDIR}
+DPADD= ${LIBEDIT} ${LIBTERMCAP}
+LDADD= -ledit -ltermcap
+
FILES+= bc.library
FILESDIR=${SHAREDIR}/misc
OpenPOWER on IntegriCloud