diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-01-13 06:55:31 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-01-13 06:55:31 +0000 |
commit | 6692aa840c1fa7e0dce9238bd120ebba6f3cf357 (patch) | |
tree | ef3b3f68a5c60cfdbfc080dd6be5047b2c3ee19d /lib/libunbound | |
parent | e12bf34c05dc03c663818d3bd1e3a1e44ccfdb57 (diff) | |
download | src-6692aa840c1fa7e0dce9238bd120ebba6f3cf357.tar.gz src-6692aa840c1fa7e0dce9238bd120ebba6f3cf357.zip |
Notes
Diffstat (limited to 'lib/libunbound')
-rw-r--r-- | lib/libunbound/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libunbound/Makefile b/lib/libunbound/Makefile index 9814ac63b161..94a845de47fd 100644 --- a/lib/libunbound/Makefile +++ b/lib/libunbound/Makefile @@ -13,6 +13,7 @@ PRIVATELIB= PACKAGE= unbound CFLAGS+= -I${UNBOUNDDIR} -I${LDNSDIR} -I${.OBJDIR} +CFLAGS+= -I${SRCTOP}/usr.sbin/unbound SRCS= alloc.c as112.c authzone.c autotrust.c cachedb.c config_file.c \ configlexer.l configparser.y context.c dname.c dns.c dns64.c \ |