diff options
author | des <des@FreeBSD.org> | 2015-09-17 16:10:11 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2015-09-17 16:10:11 +0000 |
commit | c5050a3b9f622f6308084b1e253919467f3c6ff0 (patch) | |
tree | 9ba31f6272e0b39184eba0b36bb65cda61f09b93 /lib/libunbound | |
parent | 5ef9f703be928fbaab82c07bd99fa37838acd02f (diff) | |
parent | 0b3e2c01ad6e393f14541f9b977e89fdb993a100 (diff) | |
download | FreeBSD-src-c5050a3b9f622f6308084b1e253919467f3c6ff0.zip FreeBSD-src-c5050a3b9f622f6308084b1e253919467f3c6ff0.tar.gz |
Upgrade to Unbound 1.5.4.
Diffstat (limited to 'lib/libunbound')
-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 fb593f2..2e75c68 100644 --- a/lib/libunbound/Makefile +++ b/lib/libunbound/Makefile @@ -5,7 +5,7 @@ LDNSDIR= ${.CURDIR}/../../contrib/ldns UNBOUNDDIR= ${.CURDIR}/../../contrib/unbound # Hold my beer and watch this -.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/dns64 ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/ldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator +.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/dns64 ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/sldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator LIB= unbound PRIVATELIB= |