aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-18 16:42:33 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-18 16:42:33 +0000
commited9823add9cf1fbc6803ee1bc6205650ed54d492 (patch)
treee624ef094a352b1160c170aeafc6769f9e179be0 /secure/libexec
parent6e2578e4c48ce888afcffef16c6e24f46aa0011b (diff)
downloadsrc-ed9823add9cf1fbc6803ee1bc6205650ed54d492.tar.gz
src-ed9823add9cf1fbc6803ee1bc6205650ed54d492.zip
Revert -lmd changes now that libcrypt doesn't expose this binutils/ld
bug any more.
Notes
Notes: svn path=/head/; revision=54783
Diffstat (limited to 'secure/libexec')
-rw-r--r--secure/libexec/telnetd/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile
index d220f864bb9c..230e4e79bf53 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 <bsd.prog.mk>