diff options
author | des <des@FreeBSD.org> | 2016-02-11 17:37:02 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2016-02-11 17:37:02 +0000 |
commit | a94c4c08ceccfc7301f55a9d44fc669c60f3acd1 (patch) | |
tree | e32c93af0661509cfead6ff7d7d1448d70832eb4 /lib | |
parent | 3e7322496a7989753d217de23f1abd17d4ea5a40 (diff) | |
parent | f1295908148a1e3bb2f51f73c50d645b67adbbf9 (diff) | |
download | FreeBSD-src-a94c4c08ceccfc7301f55a9d44fc669c60f3acd1.zip FreeBSD-src-a94c4c08ceccfc7301f55a9d44fc669c60f3acd1.tar.gz |
Use the new insecure-lan-zones option instead of listing each AS112 zone
separately.
MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libunbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libunbound/Makefile b/lib/libunbound/Makefile index 2e75c68..e348c66 100644 --- a/lib/libunbound/Makefile +++ b/lib/libunbound/Makefile @@ -12,7 +12,7 @@ PRIVATELIB= CFLAGS= -I${UNBOUNDDIR} -I${LDNSDIR} -I${.OBJDIR} -SRCS= alloc.c autotrust.c config_file.c configlexer.l configparser.y \ +SRCS= alloc.c as112.c autotrust.c config_file.c configlexer.l configparser.y \ context.c dname.c dns.c dns64.c dnstree.c fptr_wlist.c infra.c \ iter_delegpt.c iter_donotq.c iter_fwd.c iter_hints.c iter_priv.c \ iter_resptype.c iter_scrub.c iter_utils.c iterator.c keyraw.c \ |