From 4ecbb303465d9a56a783068c2bcd2cf6255b6d4f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 28 Mar 2001 12:08:22 +0000 Subject: Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness. Approved by: markm --- secure/libexec/telnetd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure/libexec') diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index 20ec331dc62e..7dffb39d6994 100644 --- a/secure/libexec/telnetd/Makefile +++ b/secure/libexec/telnetd/Makefile @@ -15,7 +15,7 @@ SRCS= global.c slc.c state.c sys_term.c telnetd.c \ DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPTO} ${LIBMP} \ ${LIBCRYPT} -LDADD= -lutil -ltermcap -ltelnet -lcrypto -lcrypt -lmp +LDADD= -lutil -ltermcap ${LIBTELNET} -lcrypto -lcrypt -lmp .include -- cgit v1.2.3