summaryrefslogtreecommitdiff
path: root/smtp
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-22 22:41:57 +0100
committerJoe Carstairs <me@joeac.net>2026-06-22 22:41:57 +0100
commit860cd61ba540e0dc9d72bf3c159957026855ce90 (patch)
treed2be13cc134ac4b53723d2ec7614fddc538ccfc4 /smtp
parent4bfd6d05ca9c7a79c72fbf886476e3a972bfd89e (diff)
adds placeholder rules to smtp/Makefile
Diffstat (limited to 'smtp')
-rw-r--r--smtp/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/smtp/Makefile b/smtp/Makefile
index e69de29..cbbf7e1 100644
--- a/smtp/Makefile
+++ b/smtp/Makefile
@@ -0,0 +1,7 @@
+all: Makefile
+
+Makefile: Makefile
+ echo "Nothing to be done for smtp: this Makefile is a placeholder."
+
+clean:
+ echo "Nothing to be cleaned up for smtp: this rule is a placeholder."