aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-07 12:41:27 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-07 12:41:27 +0100
commit6dd9d6b231ae1855cc93da72a758500955595dc7 (patch)
tree274a5616785f80710d908af1be86c2d91c73d229 /Makefile
parent86c9fa6498bff0054e449c3e06570efb39b21716 (diff)
downloaddns-6dd9d6b231ae1855cc93da72a758500955595dc7.tar.gz
dns-6dd9d6b231ae1855cc93da72a758500955595dc7.tar.bz2
fix some typos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2812b1b..4edc5ff 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ update-zones: ${zone}
# The zone itself is not a real file.
.PHONY: ${zone}
-# How to build a processed zone from a file zone.
+# How to build a processed zone from an ERB zonefile.
${zone:S,/,_,g}.czone: Makefile ${zone:S,/,_,g}.zone.erb
${.CURDIR}/bin/process \
-Dzone=${zone} \
@@ -157,7 +157,7 @@ clean-zone-${zone}:
clean: clean-zone-${zone}
.endfor
-# For easy of use, 'make diff' zones update-zone with DIFF set.
+# For easy of use, 'make diff' runs update-zone with DIFF set.
.PHONY: diff
diff: