]> id.pley.net Git - postfix.git/blobdiff - dovecot/Makefile
Add dovecot support
[postfix.git] / dovecot / Makefile
diff --git a/dovecot/Makefile b/dovecot/Makefile
new file mode 100644 (file)
index 0000000..ba757e7
--- /dev/null
@@ -0,0 +1,11 @@
+DST := /etc/dovecot
+
+INPUTS := dovecot-sql.conf.ext local.conf
+
+OUTPUTS := $(INPUTS:%=$(DST)/%)
+
+all: $(OUTPUTS)
+
+$(DST)/%: configuration/%
+       @mkdir -p $(@D)
+       cp $^ $@