diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-10-04 10:29:36 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-10-04 10:29:36 +0000 |
commit | 80b4baf4eb820cfb8ca3610d0caf69fdc015b29c (patch) | |
tree | 0e1c5184c2ecd1d2db316502ebcf10bda95ec312 /dns/Makefile | |
parent | c5f816884f37b99d23d9dc93c73f06193079fc78 (diff) |
New port: dns/knot3-lib
This port allows to install only libknot, which comes along with
Knot DNS (authoritative), but also is a depency of knot-resolver
WWW: https://www.knot-dns.cz/
PR: 249364
Submitted by: Leo Vandewoestijne <freebsd@dns.company>
Relnotes: https://www.knot-resolver.cz/2020-09-08-knot-resolver-5.1.3.html
Notes
Notes:
svn path=/head/; revision=551374
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 3ba1396b86ad..3b6d884af2a3 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -90,6 +90,7 @@ SUBDIR += knot2 SUBDIR += knot2-lib SUBDIR += knot3 + SUBDIR += knot3-lib SUBDIR += ldapdns SUBDIR += ldns SUBDIR += libasr |