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)