summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2017-01-28 23:40:51 +0000
committerchristos <christos@NetBSD.org>2017-01-28 23:40:51 +0000
commite2a7b2b8c27ce1cb368a288ffccaa06cfd0a4d15 (patch)
tree41ba6d0798fc526df38cbcc34562a9811329c8f3 /libexec
parentc85785e7ec6ab1955ec6bf3ef3f030ac4f64901a (diff)
kerberos needs sqlite3
Diffstat (limited to 'libexec')
-rw-r--r--libexec/telnetd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index b298ea37e8b..70ffe505c05 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2012/01/09 16:36:48 christos Exp $
+# $NetBSD: Makefile,v 1.50 2017/01/28 23:40:51 christos Exp $
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
WARNS?= 4 # XXX: const issues in sys_term.c
@@ -22,8 +22,8 @@ LIBTELNETDIR!= cd ${.CURDIR}/../../lib/libtelnet; ${PRINTOBJDIR}
.if (${USE_KERBEROS} != "no")
CPPFLAGS+=-DKRB5 -DAUTHENTICATION -DENCRYPTION
-LDADD+= -lkrb5 -lasn1 -lcom_err -lroken
-DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN}
+LDADD+= -lkrb5 -lasn1 -lcom_err -lroken -lsqlite3
+DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN} ${LIBSQLITE3}
.endif
.if (${MKCRYPTO} != "no")