Module Name: src
Committed By: christos
Date: Sat Jan 28 23:40:51 UTC 2017
Modified Files:
src/libexec/telnetd: Makefile
Log Message:
kerberos needs sqlite3
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/libexec/telnetd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/telnetd/Makefile
diff -u src/libexec/telnetd/Makefile:1.49 src/libexec/telnetd/Makefile:1.50
--- src/libexec/telnetd/Makefile:1.49 Mon Jan 9 11:36:48 2012
+++ src/libexec/telnetd/Makefile Sat Jan 28 18:40:51 2017
@@ -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/l
.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")