diff options
author | des <des@FreeBSD.org> | 2013-02-15 13:44:18 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-02-15 13:44:18 +0000 |
commit | e6d4c5218f404b3d9409e27fb0fa1f60413ef6cb (patch) | |
tree | d957b587bb5a1e7defbd76792f0b178819595c24 /tools | |
parent | b585f0db6b4ff1dffb058cc09881606f50a2dc53 (diff) | |
parent | 481a5cc876eaea3ecda6f120c33620aaab58f19d (diff) | |
download | FreeBSD-src-e6d4c5218f404b3d9409e27fb0fa1f60413ef6cb.zip FreeBSD-src-e6d4c5218f404b3d9409e27fb0fa1f60413ef6cb.tar.gz |
Import LDNS and build it as an internal library.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITHOUT_LDNS | 2 | ||||
-rw-r--r-- | tools/build/options/WITH_LDNS_UTILS | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_LDNS b/tools/build/options/WITHOUT_LDNS new file mode 100644 index 0000000..c56aecf --- /dev/null +++ b/tools/build/options/WITHOUT_LDNS @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Setting this variable will prevent LDNS from being built. diff --git a/tools/build/options/WITH_LDNS_UTILS b/tools/build/options/WITH_LDNS_UTILS new file mode 100644 index 0000000..05dc9fb --- /dev/null +++ b/tools/build/options/WITH_LDNS_UTILS @@ -0,0 +1,6 @@ +.\" $FreeBSD$ +Setting this variable will prevent the LDNS-based versions of +.Xr dig 1 +and +.Xr host 1 +from being built. |