aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/telnet
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-12-17 11:45:28 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-12-17 11:45:28 +0000
commit6b5f58c5c37bea75fcc9bbe738f05aeea4e7c39d (patch)
treefcfcd8184999cb2a3ca9affe270c35040794bb78 /secure/usr.bin/telnet
parent5233a96cd1fefaf55bfde6828327faa2ac105c8a (diff)
downloadsrc-6b5f58c5c37bea75fcc9bbe738f05aeea4e7c39d.tar.gz
src-6b5f58c5c37bea75fcc9bbe738f05aeea4e7c39d.zip
Add libmd to DPADD and LDADD.
Notes
Notes: svn path=/head/; revision=54737
Diffstat (limited to 'secure/usr.bin/telnet')
-rw-r--r--secure/usr.bin/telnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile
index b7683443d5a6..2cc1dae261c6 100644
--- a/secure/usr.bin/telnet/Makefile
+++ b/secure/usr.bin/telnet/Makefile
@@ -8,8 +8,8 @@ CFLAGS+= -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY \
SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c \
telnet.c terminal.c tn3270.c utilities.c
-DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBDES} ${LIBCRYPT} ${LIBMP}
-LDADD= -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -lcrypt -lmp
+DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBDES} ${LIBCRYPT} ${LIBMP} ${LIBMD}
+LDADD= -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -lcrypt -lmp -lmd
.include <bsd.prog.mk>