X-Git-Url: http://id.pley.net/postfix.git/blobdiff_plain/6e5d449e15a8544549b3d2c9b941f4e461f7e2e0..04cc8df19762366dfb7f00bfaade105520d45692:/dovecot/Makefile?ds=inline diff --git a/dovecot/Makefile b/dovecot/Makefile new file mode 100644 index 0000000..ba757e7 --- /dev/null +++ b/dovecot/Makefile @@ -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 $^ $@