PERFORCE change 104492 for review

Michael Bushkov bushman at FreeBSD.org
Fri Aug 18 15:47:20 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104492

Change 104492 by bushman at bushman_nss_ldap_cached on 2006/08/18 15:46:30

	Space nit issue.

Affected files ...

.. //depot/projects/soc2006/nss_ldap_cached_openldap/src/share/mk/bsd.libnames.mk#4 edit

Differences ...

==== //depot/projects/soc2006/nss_ldap_cached_openldap/src/share/mk/bsd.libnames.mk#4 (text+ko) ====

@@ -71,7 +71,7 @@
 LIBL?=		${DESTDIR}${LIBDIR}/libl.a
 .if ${MK_OPENLDAP} != "no"
 LIBLBER?=	${DESTDIR}${LIBDIR}/liblber.a
-LIBLDAP?=       ${DESTDIR}${LIBDIR}/libldap.a
+LIBLDAP?=	${DESTDIR}${LIBDIR}/libldap.a
 .endif
 LIBLN?=		"don't use LIBLN, use LIBL"
 .if ${MK_BIND} != "no"


More information about the p4-projects mailing list