Module Name:    src
Committed By:   christos
Date:           Sun Nov 21 03:43:39 UTC 2010

Modified Files:
        src/lib: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/lib/Makefile

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

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.153 src/lib/Makefile:1.154
--- src/lib/Makefile:1.153	Thu Nov  4 17:01:28 2010
+++ src/lib/Makefile	Sat Nov 20 22:43:39 2010
@@ -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
 

Reply via email to