Module Name: src Committed By: lukem Date: Mon Mar 8 05:25:00 UTC 2010
Modified Files: src/external/bsd/openldap/bin: Makefile Added Files: src/external/bsd/openldap/bin/ldapurl: Makefile Log Message: build ldapurl To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/openldap/bin/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/openldap/bin/ldapurl/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/bsd/openldap/bin/Makefile diff -u src/external/bsd/openldap/bin/Makefile:1.1 src/external/bsd/openldap/bin/Makefile:1.2 --- src/external/bsd/openldap/bin/Makefile:1.1 Thu May 22 13:57:47 2008 +++ src/external/bsd/openldap/bin/Makefile Mon Mar 8 05:24:59 2010 @@ -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> Added files: Index: src/external/bsd/openldap/bin/ldapurl/Makefile diff -u /dev/null src/external/bsd/openldap/bin/ldapurl/Makefile:1.1 --- /dev/null Mon Mar 8 05:25:00 2010 +++ src/external/bsd/openldap/bin/ldapurl/Makefile Mon Mar 8 05:25:00 2010 @@ -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>