Module Name: src
Committed By: christos
Date: Sun Aug 12 13:01:56 UTC 2018
Modified Files:
src/lib: Makefile
Log Message:
switch to the new bind.
To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 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.259 src/lib/Makefile:1.260
--- src/lib/Makefile:1.259 Thu Jul 12 02:52:49 2018
+++ src/lib/Makefile Sun Aug 12 09:01:55 2018
@@ -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+= ../libexec/httpd/libbozohttpd
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