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/libexec/telnetd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'secure/libexec') diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index 230e4e79bf539..d220f864bb9c4 100644 --- a/secure/libexec/telnetd/Makefile +++ b/secure/libexec/telnetd/Makefile @@ -14,8 +14,9 @@ SRCS= global.c slc.c state.c sys_term.c telnetd.c \ termstat.c utility.c authenc.c DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBDES} ${LIBMP} \ - ${LIBCRYPT} -LDADD= -lutil -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -lcrypt -lmp + ${LIBCRYPT} ${LIBMD} +LDADD= -lutil -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -lcrypt \ + -lmp -lmd .include -- cgit v1.3