summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/telnet
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-28 12:08:22 +0000
committerru <ru@FreeBSD.org>2001-03-28 12:08:22 +0000
commit98c6ecb383b916a560f33c7ea2a31eef6a9a408e (patch)
treee2334cdc0acdb67f74fc23b4d48794daac1dfb9b /secure/usr.bin/telnet
parent79cf991a6bd845fad54bd6a15892cb5aaf74b223 (diff)
downloadFreeBSD-src-98c6ecb383b916a560f33c7ea2a31eef6a9a408e.zip
FreeBSD-src-98c6ecb383b916a560f33c7ea2a31eef6a9a408e.tar.gz
Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.
Approved by: markm
Diffstat (limited to 'secure/usr.bin/telnet')
-rw-r--r--secure/usr.bin/telnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile
index 0e9db53..3e6aae2 100644
--- a/secure/usr.bin/telnet/Makefile
+++ b/secure/usr.bin/telnet/Makefile
@@ -11,7 +11,7 @@ SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c \
DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPTO} ${LIBCRYPT} ${LIBMP}
DPADD+= ${LIBIPSEC}
-LDADD= -ltermcap -ltelnet -lcrypto -lcrypt -lmp
+LDADD= -ltermcap ${LIBTELNET} -lcrypto -lcrypt -lmp
LDADD+= -lipsec
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud