aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
commit5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba (patch)
tree235e8fcbe852dee096eebfd2c176b6d10c0afa2c /libexec/telnetd/Makefile
parentde6669b2e213f787bd1accbabe263e199b35066f (diff)
Notes
Diffstat (limited to 'libexec/telnetd/Makefile')
-rw-r--r--libexec/telnetd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 0164c5d9861f5..4a93d76567a69 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -9,10 +9,10 @@ CFLAGS+=-I${.CURDIR}/../../lib
SRCS= global.c slc.c state.c sys_term.c telnetd.c \
termstat.c utility.c
#SRCS+= authenc.c
-DPADD= ${LIBUTIL} ${LIBTERMCAP}
+DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET}
LDADD= -lutil -ltermcap -ltelnet
+#DPADD+= $LIBKRB} ${LIBDES}
#LDADD+= -lkrb -ldes
MAN8= telnetd.8
-
.include <bsd.prog.mk>