From 6b5f58c5c37bea75fcc9bbe738f05aeea4e7c39d Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Fri, 17 Dec 1999 11:45:28 +0000 Subject: Add libmd to DPADD and LDADD. --- secure/usr.bin/telnet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/usr.bin/telnet') 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 -- cgit v1.2.3