summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-12-17 11:45:28 +0000
committermarcel <marcel@FreeBSD.org>1999-12-17 11:45:28 +0000
commit539b0dd3efc7c13e067c51b2f7399750af93d51e (patch)
tree1c3120665315dfb2e55e981125de3a0948896c40 /secure/usr.bin
parentc6060d99d9edda8a95268d81060763c5cb686a70 (diff)
downloadFreeBSD-src-539b0dd3efc7c13e067c51b2f7399750af93d51e.zip
FreeBSD-src-539b0dd3efc7c13e067c51b2f7399750af93d51e.tar.gz
Add libmd to DPADD and LDADD.
Diffstat (limited to 'secure/usr.bin')
-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 b768344..2cc1dae 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>
OpenPOWER on IntegriCloud