Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/lib we can have ldap without crypto
details: https://anonhg.NetBSD.org/src/rev/fb2b11a3bc94
branches: trunk
changeset: 755574:fb2b11a3bc94
user: christos <christos%NetBSD.org@localhost>
date: Wed Jun 09 23:02:44 2010 +0000
description:
we can have ldap without crypto
diffstat:
external/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 918a9118cd0e -r fb2b11a3bc94 external/lib/Makefile
--- a/external/lib/Makefile Wed Jun 09 21:55:42 2010 +0000
+++ b/external/lib/Makefile Wed Jun 09 23:02:44 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index