diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 16:35:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 16:35:48 +0000 |
commit | 3767886f0805302677392614f41ced47a30d2071 (patch) | |
tree | 950b28cf7005bfcfabb99ad41a4c8283e1b68924 /dns/Makefile | |
parent | 50d56fa80c1ac6869d2e05dba0c6ac55147733f4 (diff) |
Dns2tcp is a tool for relaying TCP connections over DNS.
Notes
Notes:
svn path=/head/; revision=223283
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 4f76ac0136ef..ce03ecc09900 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -22,6 +22,7 @@ SUBDIR += djbdns-tools SUBDIR += dlint SUBDIR += dnrd + SUBDIR += dns2tcp SUBDIR += dns_balance SUBDIR += dns_mre SUBDIR += dnscap |