summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/telnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/telnet/Makefile')
-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 2cc1dae..b768344 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} ${LIBMD}
-LDADD= -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -lcrypt -lmp -lmd
+DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBDES} ${LIBCRYPT} ${LIBMP}
+LDADD= -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -lcrypt -lmp
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud