diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-09-17 16:10:11 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-09-17 16:10:11 +0000 |
| commit | 09a3aaf3e0da92b656e895a499863628bd6f886e (patch) | |
| tree | 9ba31f6272e0b39184eba0b36bb65cda61f09b93 /lib/libunbound/Makefile | |
| parent | 25fd5dd9a01359e34344898d7c5b71e1771d2435 (diff) | |
| parent | af3dabbf15fa4d0e7e45a43fbf9a2195edfa941c (diff) | |
Notes
Diffstat (limited to 'lib/libunbound/Makefile')
| -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 fb593f2c954cb..2e75c6863b690 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= |
