Module Name: src Committed By: christos Date: Sun May 26 02:49:12 UTC 2019
Modified Files: src/external/bsd/unbound/lib/libunbound: Makefile Log Message: new files To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/unbound/lib/libunbound/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/bsd/unbound/lib/libunbound/Makefile diff -u src/external/bsd/unbound/lib/libunbound/Makefile:1.3 src/external/bsd/unbound/lib/libunbound/Makefile:1.4 --- src/external/bsd/unbound/lib/libunbound/Makefile:1.3 Mon Feb 5 22:05:48 2018 +++ src/external/bsd/unbound/lib/libunbound/Makefile Sat May 25 22:49:12 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2018/02/06 03:05:48 christos Exp $ +# $NetBSD: Makefile,v 1.4 2019/05/26 02:49:12 christos Exp $ .include <bsd.init.mk> @@ -33,6 +33,7 @@ dname.c \ dns.c \ dns64.c \ dnstree.c \ +edns.c \ fptr_wlist.c \ infra.c \ iter_delegpt.c \ @@ -77,6 +78,7 @@ rtt.c \ sbuffer.c \ slabhash.c \ str2wire.c \ +tcp_conn_limit.c \ timehist.c \ tube.c \ ub_event_pluggable.c \