aboutsummaryrefslogtreecommitdiff
path: root/dns/Makefile
blob: 14ae543e0046426fb2492981b721cf5bfca8c4c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# $FreeBSD$
#

    COMMENT = Domain Name Service tools

    SUBDIR += adns
    SUBDIR += ares
    SUBDIR += bind8
    SUBDIR += bind84
    SUBDIR += bind9
    SUBDIR += bind9-dlz
    SUBDIR += crossip
    SUBDIR += ddclient
    SUBDIR += ddup
    SUBDIR += dhid
    SUBDIR += dhisd
    SUBDIR += djbdns
    SUBDIR += djbdns-tools
    SUBDIR += dlint
    SUBDIR += dnrd
    SUBDIR += dns_balance
    SUBDIR += dnsdoctor
    SUBDIR += dnsflood
    SUBDIR += dnshijacker
    SUBDIR += dnsmasq
    SUBDIR += dnsproxy
    SUBDIR += dnssecwalker
    SUBDIR += dnstop
    SUBDIR += dnstracer
    SUBDIR += dnsutl
    SUBDIR += dnswalk
    SUBDIR += domtools
    SUBDIR += ez-ipupdate
    SUBDIR += fastresolve
    SUBDIR += firedns
    SUBDIR += fpdns
    SUBDIR += geta
    SUBDIR += ghtool
    SUBDIR += gresolver
    SUBDIR += h2n
    SUBDIR += hesiod
    SUBDIR += host
    SUBDIR += idnkit
    SUBDIR += ipcheck
    SUBDIR += ldapdns
    SUBDIR += libdjbdns
    SUBDIR += maradns
    SUBDIR += mdnsd
    SUBDIR += mydns
    SUBDIR += noip
    SUBDIR += nsd
    SUBDIR += nslint
    SUBDIR += nsping
    SUBDIR += odsclient
    SUBDIR += p5-BIND-Conf_Parser
    SUBDIR += p5-DNS-Config
    SUBDIR += p5-DNS-Zone
    SUBDIR += p5-DNS-ZoneParse
    SUBDIR += p5-Net-DNS
    SUBDIR += p5-Net-DNS-SEC
    SUBDIR += p5-Net-DNS-ZoneCheck
    SUBDIR += p5-Net-DNS-ZoneFile
    SUBDIR += p5-Net-DNS-ZoneFile-Fast
    SUBDIR += p5-Net-Nslookup
    SUBDIR += p5-POE-Component-Client-DNS
    SUBDIR += p5-Stanford-DNSserver
    SUBDIR += p5-Tie-DNS
    SUBDIR += pdnsd
    SUBDIR += posadis
    SUBDIR += powerdns
    SUBDIR += py-adns
    SUBDIR += py-dns
    SUBDIR += rbldnsd
    SUBDIR += rbllookup
    SUBDIR += sheerdns
    SUBDIR += skadns
    SUBDIR += sleuth
    SUBDIR += staticcharge
    SUBDIR += totd
    SUBDIR += updatedd
    SUBDIR += walker
    SUBDIR += zonecheck

.include <bsd.port.subdir.mk>