Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/openldap/bin build ldapurl



details:   https://anonhg.NetBSD.org/src/rev/d75dd9d5666c
branches:  trunk
changeset: 752832:d75dd9d5666c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Mar 08 05:24:59 2010 +0000

description:
build ldapurl

diffstat:

 external/bsd/openldap/bin/Makefile         |  4 ++--
 external/bsd/openldap/bin/ldapurl/Makefile |  7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 8f9fc64a3e11 -r d75dd9d5666c external/bsd/openldap/bin/Makefile
--- a/external/bsd/openldap/bin/Makefile        Mon Mar 08 05:24:33 2010 +0000
+++ b/external/bsd/openldap/bin/Makefile        Mon Mar 08 05:24:59 2010 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.1 2008/05/22 13:57:47 lukem Exp $
+#      $NetBSD: Makefile,v 1.2 2010/03/08 05:24:59 lukem Exp $
 
 SUBDIR=        ldapcompare ldapdelete ldapexop ldapmodify ldapmodrdn \
-       ldappasswd ldapsearch ldapwhoami
+       ldappasswd ldapsearch ldapurl ldapwhoami
 
 .include <bsd.subdir.mk>
diff -r 8f9fc64a3e11 -r d75dd9d5666c external/bsd/openldap/bin/ldapurl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/openldap/bin/ldapurl/Makefile        Mon Mar 08 05:24:59 2010 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: Makefile,v 1.1 2010/03/08 05:25:00 lukem Exp $
+
+NO_COMMON_C=   1
+
+PROG=  ldapurl
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index