summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2014-04-23 06:23:15 +0200
committerMarco d'Itri <md@linux.it>2014-05-02 04:26:50 +0200
commit171705cbde06ef350f2e34ae76070a41a681c35f (patch)
tree2ba4a599bd1bc0967fab2a332bd0613cfb0c9367 /Makefile
parent4411a41702622293eb280c0c5aa6ad48d9dd3403 (diff)
downloadwhois-171705cbde06ef350f2e34ae76070a41a681c35f.tar.gz
Use whois.nic.$TLD for the "new" gTLDs
The "new" gTLDs are contractually required by ICANN to provide port 43 whois service on this standard domain.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d71d81d..8f1ca35 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,9 @@ ip_del.h: ip_del_list make_ip_del.pl
ip6_del.h: ip6_del_list make_ip6_del.pl
$(PERL) make_ip6_del.pl < $< > $@
+new_gtlds.h: new_gtlds_list make_new_gtlds.pl
+ $(PERL) make_new_gtlds.pl < $< > $@
+
tld_serv.h: tld_serv_list make_tld_serv.pl
$(PERL) make_tld_serv.pl < $< > $@