Module Name: src Committed By: christos Date: Tue Apr 14 17:47:16 UTC 2009
Modified Files: src/external/lib: Makefile Log Message: mkldap depends on mkcrypto To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 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.7 src/external/lib/Makefile:1.8 --- src/external/lib/Makefile:1.7 Sun Apr 12 13:10:22 2009 +++ src/external/lib/Makefile Tue Apr 14 13:47:16 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/04/12 17:10:22 christos Exp $ +# $NetBSD: Makefile,v 1.8 2009/04/14 17:47:16 christos Exp $ # # This Makefile exists to provide a single point to build @@ -12,12 +12,12 @@ SUBDIR+= ../bsd/atf/lib .endif -.if (${MKLDAP} != "no") +.if (${MKCRYPTO} != "no") +SUBDIR+= ../../crypto/external/lib .WAIT + +if (${MKLDAP} != "no") SUBDIR+= ../bsd/openldap/lib .endif - -.if (${MKCRYPTO} != "no") -SUBDIR+= ../../crypto/external/lib .endif SUBDIR+= ../bsd/fetch/lib