adds placeholder rules to smtp/Makefile

This commit is contained in:
2026-06-22 22:41:57 +01:00
parent 4bfd6d05ca
commit 860cd61ba5
+7
View File
@@ -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."