summaryrefslogtreecommitdiffstats
path: root/kerberosIV/libexec/telnetd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/libexec/telnetd/Makefile')
-rw-r--r--kerberosIV/libexec/telnetd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/kerberosIV/libexec/telnetd/Makefile b/kerberosIV/libexec/telnetd/Makefile
index 9301d1b..ef3b82c 100644
--- a/kerberosIV/libexec/telnetd/Makefile
+++ b/kerberosIV/libexec/telnetd/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
# Do not define -DKLUDGELINEMODE, as it does not interact well with many
# telnet implementations.
@@ -13,9 +13,10 @@ CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \
SRCS= global.c slc.c state.c sys_term.c telnetd.c \
termstat.c utility.c authenc.c
-DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBDES} ${LIBKRB}
+DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBDES} ${LIBKRB} \
+ ${LIBCRYPT}
LDADD= -lutil -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes \
- -L${KRBOBJDIR} -lkrb
+ -L${KRBOBJDIR} -lkrb -lcrypt
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud