Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib build the ldap libraries; am-utils needs them.



details:   https://anonhg.NetBSD.org/src/rev/a5298392ac46
branches:  trunk
changeset: 758913:a5298392ac46
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 21 03:43:39 2010 +0000

description:
build the ldap libraries; am-utils needs them.

diffstat:

 lib/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r ff38baf5fd52 -r a5298392ac46 lib/Makefile
--- a/lib/Makefile      Sun Nov 21 03:36:10 2010 +0000
+++ b/lib/Makefile      Sun Nov 21 03:43:39 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.153 2010/11/04 21:01:28 pooka Exp $
+#      $NetBSD: Makefile,v 1.154 2010/11/21 03:43:39 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -73,6 +73,10 @@
 SUBDIR+=       ../crypto/external/bsd/netpgp/lib
 .endif
 
+.if (${MKLDAP} != "no")
+SUBDIR+=       ../external/bsd/openldap/lib
+.endif
+
 #==================== 2nd library dependency barrier ====================
 SUBDIR+=       .WAIT
 



Home | Main Index | Thread Index | Old Index