Source-Changes-HG archive

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

[src/trunk]: src/lib switch to the new bind.



details:   https://anonhg.NetBSD.org/src/rev/2f3b60ca9b72
branches:  trunk
changeset: 834410:2f3b60ca9b72
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 12 13:01:55 2018 +0000

description:
switch to the new bind.

diffstat:

 lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b26d4cf7719e -r 2f3b60ca9b72 lib/Makefile
--- a/lib/Makefile      Sun Aug 12 12:42:53 2018 +0000
+++ b/lib/Makefile      Sun Aug 12 13:01:55 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.259 2018/07/12 06:52:49 maxv Exp $
+#      $NetBSD: Makefile,v 1.260 2018/08/12 13:01:55 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -220,7 +220,7 @@
 SUBDIR+=       .WAIT
 
 SUBDIR+=       ../crypto/external/bsd/netpgp/bindings/lua  # depends on netpgp/lib
-SUBDIR+=       ../external/bsd/bind/lib        # depends on heimdal, libcrypto
+SUBDIR+=       ../external/mpl/bind/lib        # depends on heimdal, libcrypto
 .if ${MKUNBOUND} != "no"
 SUBDIR+=       ../external/bsd/unbound/lib     # depends on libcrypto
 .endif



Home | Main Index | Thread Index | Old Index