Module Name:    src
Committed By:   christos
Date:           Wed Jun  9 23:02:44 UTC 2010

Modified Files:
        src/external/lib: Makefile

Log Message:
we can have ldap without crypto


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/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/external/lib/Makefile
diff -u src/external/lib/Makefile:1.15 src/external/lib/Makefile:1.16
--- src/external/lib/Makefile:1.15	Tue Dec 22 19:17:40 2009
+++ src/external/lib/Makefile	Wed Jun  9 19:02:44 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.15 2009/12/23 00:17:40 darran Exp $
+#	$NetBSD: Makefile,v 1.16 2010/06/09 23:02:44 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -18,11 +18,11 @@
 
 .if (${MKCRYPTO} != "no")
 SUBDIR+= ../../crypto/external/lib .WAIT
+.endif
 
 .if (${MKLDAP} != "no")
 SUBDIR+= ../bsd/openldap/lib
 .endif
-.endif
 
 .if (${MKISCSI} != "no")
 SUBDIR+=	../bsd/iscsi/lib	# depends on libpthread

Reply via email to