summaryrefslogtreecommitdiff
path: root/smtp/Makefile
blob: cbbf7e1aa896937fda45ff10bdd9d88bbb976b79 (plain)
1
2
3
4
5
6
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."