X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/blobdiff_plain/2d396faaa27d16de504ce25417235f5684bf752b..69bbb181a3b0ca12644af37a61e350bf6a064a16:/Makefile diff --git a/Makefile b/Makefile index 49ae066..d4b3669 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ CHECKZONE = named-checkzone -i full \ MASTER = localhost inside_MASTER = precision - ifeq ($(MASTER),localhost) ZONEINST = userv zoneconf install else @@ -70,20 +69,18 @@ distorted_all_ZONES += distorted.org.uk distorted_all_ZONES += 199.29.172.in-addr.arpa ###-------------------------------------------------------------------------- -### The harlequin.org.uk zones. - -ZONESETS += harlequin - -harlequin_VIEWS = outside -harlequin_all_ZONES = harlequin.org.uk - -###-------------------------------------------------------------------------- -### The felixpearce.com zones. - -ZONESETS += felixpearce - -felixpearce_VIEWS = outside -felixpearce_all_ZONES = felixpearce.com +### Other zones. + +## binswood.org.uk +ZONESETS += binswood +binswood_VIEWS = outside +binswood_all_ZONES += binswood.org.uk +binswood_all_ZONES += 27.165.10.in-addr.arpa + +## odin.gg +ZONESETS += odin +odin_VIEWS = outside +odin_all_ZONES = odin.gg ###-------------------------------------------------------------------------- ### Zone construction machinery.