summaryrefslogtreecommitdiffstats
path: root/kerberosIV/usr.bin/telnet
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-01-25 06:49:43 +0000
committermarkm <markm@FreeBSD.org>1999-01-25 06:49:43 +0000
commit924db72bc603c361cd9ee1dd36e5d5c83aa2a900 (patch)
tree49d1d6bad2a40c3a72d3f15ad95b4e788f4f2258 /kerberosIV/usr.bin/telnet
parent5e3f42b3eded5cbce5c184a99d742385b941b62b (diff)
downloadFreeBSD-src-924db72bc603c361cd9ee1dd36e5d5c83aa2a900.zip
FreeBSD-src-924db72bc603c361cd9ee1dd36e5d5c83aa2a900.tar.gz
Link everything against libcrypt. ELF builds complain without it.
Clean up the master makefile a bit and add a "dekerberise" target for those who have shot themselves in the foot. Thanks to: Randy Bush
Diffstat (limited to 'kerberosIV/usr.bin/telnet')
-rw-r--r--kerberosIV/usr.bin/telnet/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/kerberosIV/usr.bin/telnet/Makefile b/kerberosIV/usr.bin/telnet/Makefile
index 1e19cb1..f9ac31f 100644
--- a/kerberosIV/usr.bin/telnet/Makefile
+++ b/kerberosIV/usr.bin/telnet/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:14 markm Exp $
PROG= telnet
@@ -9,8 +9,9 @@ CFLAGS+= -DTERMCAP -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} ${LIBKRB}
-LDADD= -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -L${KRBOBJDIR} -lkrb
+DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBDES} ${LIBKRB} ${LIBCRYPT}
+LDADD= -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes \
+ -L${KRBOBJDIR} -lkrb -lcrypt
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud