Module Name:    src
Committed By:   joerg
Date:           Mon Jul 29 21:02:58 UTC 2013

Modified Files:
        src/lib: Makefile

Log Message:
libbind now depends on heimdal, so push it after the third barrier.


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 src/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/lib/Makefile
diff -u src/lib/Makefile:1.203 src/lib/Makefile:1.204
--- src/lib/Makefile:1.203	Sun Apr 28 04:05:41 2013
+++ src/lib/Makefile	Mon Jul 29 21:02:58 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.203 2013/04/28 04:05:41 joerg Exp $
+#	$NetBSD: Makefile,v 1.204 2013/07/29 21:02:58 joerg Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -182,7 +182,6 @@ SUBDIR+=	../crypto/external/bsd/netpgp/l
 .endif
 
 SUBDIR+=	../external/bsd/libevent/lib	# depends on libcrypto
-SUBDIR+=	../external/bsd/bind/lib	# depends on libcrypto
 SUBDIR+=	../external/bsd/fetch/lib	# depends on libssl
 
 .if (${MKLDAP} != "no")
@@ -192,6 +191,8 @@ SUBDIR+=	../external/bsd/openldap/lib	# 
 #==================== 3rd library dependency barrier ====================
 SUBDIR+=	.WAIT
 
+SUBDIR+=	../external/bsd/bind/lib	# depends on heimdal, libcrypto
+
 .if (${MKRUMP} != "no")
 SUBDIR+=	librumpdev	# depends on librump
 SUBDIR+=	librumpnet	# depends on librump

Reply via email to