From ed9823add9cf1fbc6803ee1bc6205650ed54d492 Mon Sep 17 00:00:00 2001 From: Peter Wemm 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/usr.bin/telnet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/usr.bin') diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile index 2cc1dae261c6..b7683443d5a6 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 -- cgit v1.2.3