From 61097cd622aeaf1cc8d64ed3918f92dc11d336f9 Mon Sep 17 00:00:00 2001 Message-Id: <61097cd622aeaf1cc8d64ed3918f92dc11d336f9.1715228335.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 24 Jan 2013 21:04:46 +0000 Subject: [PATCH] Makefile: Prettify declaraions of other zones. Organization: Straylight/Edgeware From: Mark Wooding --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 49ae066..046eb9a 100644 --- a/Makefile +++ b/Makefile @@ -70,18 +70,15 @@ distorted_all_ZONES += distorted.org.uk distorted_all_ZONES += 199.29.172.in-addr.arpa ###-------------------------------------------------------------------------- -### The harlequin.org.uk zones. +### Other zones. +## harlequin.org.uk ZONESETS += harlequin - harlequin_VIEWS = outside harlequin_all_ZONES = harlequin.org.uk -###-------------------------------------------------------------------------- -### The felixpearce.com zones. - +## felixpearce.com ZONESETS += felixpearce - felixpearce_VIEWS = outside felixpearce_all_ZONES = felixpearce.com -- [mdw]