Module Name:    src
Committed By:   christos
Date:           Sat Jan 28 23:44:51 UTC 2017

Modified Files:
        src/usr.bin/passwd: Makefile

Log Message:
add sqlite3


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/usr.bin/passwd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/passwd/Makefile
diff -u src/usr.bin/passwd/Makefile:1.44 src/usr.bin/passwd/Makefile:1.45
--- src/usr.bin/passwd/Makefile:1.44	Wed Feb 13 18:19:14 2013
+++ src/usr.bin/passwd/Makefile	Sat Jan 28 18:44:51 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.44 2013/02/13 23:19:14 christos Exp $
+#	$NetBSD: Makefile,v 1.45 2017/01/28 23:44:51 christos Exp $
 #	from: @(#)Makefile    8.3 (Berkeley) 4/2/94
 
 .include <bsd.own.mk>
@@ -30,7 +30,9 @@ CPPFLAGS+= -DKERBEROS5
 SRCS+=	krb5_passwd.c
 
 DPADD+=	${LIBKRB5} ${LIBCRYPTO} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN} ${LIBCRYPT}
+DPADD+=	${LIBSQLITE3}
 LDADD+=	-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lcrypt
+LDADD+=	-lsqlite3
 .ifdef OVERRIDE_HEIMDAL_KPASSWD
 LINKS+=	${BINDIR}/passwd ${BINDIR}/kpasswd
 MAN+=	kpasswd.1

Reply via email to