X-Git-Url: http://id.pley.net/postfix.git/blobdiff_plain/31e372270f7e1eb7a6c16e0d803a06189b42fb9e..27d80ae381d8a0c69c8c50037e5ed236785704e9:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 840494b..eec301f 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ SRC := $(shell pwd) DST := /etc/postfix -INPUTS := main.cf Makefile master.cf mysql/* postgrey_whitelist_clients.local postgrey_whitelist_recipients rbl_override +INPUTS := configuration/* configuration/mysql/* -all: $(INPUTS:%=$(DST)/%) +all: $(INPUTS:configuration/%=$(DST)/%) $(DST)/%: $(SRC)/% @mkdir -p $(@D)