Module Name:    src
Committed By:   msaitoh
Date:           Fri Dec 26 05:30:29 UTC 2014

Modified Files:
        src/lib [netbsd-6]: Makefile

Log Message:
Pullup additional patches in ticket #1217:

lib/Makefile                                    1.204 via patch

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


To generate a diff of this commit:
cvs rdiff -u -r1.181.2.2 -r1.181.2.3 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.181.2.2 src/lib/Makefile:1.181.2.3
--- src/lib/Makefile:1.181.2.2	Sun Nov 18 22:38:32 2012
+++ src/lib/Makefile	Fri Dec 26 05:30:29 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.181.2.2 2012/11/18 22:38:32 riz Exp $
+#	$NetBSD: Makefile,v 1.181.2.3 2014/12/26 05:30:29 msaitoh Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -159,7 +159,6 @@ SUBDIR+=	../crypto/external/bsd/openssh/
 SUBDIR+=	../crypto/external/bsd/netpgp/lib  # depends on libcrypto, ...
 .endif
 
-SUBDIR+=	../external/bsd/bind/lib	# depends on libcrypto
 SUBDIR+=	../external/bsd/fetch/lib	# depends on libssl
 
 .if (${MKLDAP} != "no")
@@ -169,6 +168,8 @@ SUBDIR+=	../external/bsd/openldap/lib	# 
 #==================== 3rd library dependency barrier ====================
 SUBDIR+=	.WAIT
 
+SUBDIR+=	../external/bsd/bind/lib	# depends on heimdal, libcrypto
+
 SUBDIR+=	librumpdev	# depends on librump
 SUBDIR+=	librumpnet	# depends on librump
 SUBDIR+=	librumpvfs	# depends on librump

Reply via email to