From bf11704e75e0670d1380b777e7bcd6d5ddacab28 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 18 Dec 1999 16:42:33 +0000 Subject: Revert -lmd changes now that libcrypt doesn't expose this binutils/ld bug any more. --- secure/libexec/telnetd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'secure/libexec') diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index d220f86..230e4e7 100644 --- a/secure/libexec/telnetd/Makefile +++ b/secure/libexec/telnetd/Makefile @@ -14,9 +14,8 @@ 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} ${LIBMD} -LDADD= -lutil -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -lcrypt \ - -lmp -lmd + ${LIBCRYPT} +LDADD= -lutil -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -lcrypt -lmp .include -- cgit v1.1