]> id.pley.net Git - postfix.git/blobdiff - Makefile
Move configuration files into their own subdirectory
[postfix.git] / Makefile
index 840494bb68ddb310aadcb5a550b97a6ce90d5065..eec301fa33ff65a73205b9d65599b9d11c9b7ce3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
 SRC := $(shell pwd)
 DST := /etc/postfix
 
 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)
 
 $(DST)/%: $(SRC)/%
        @mkdir -p $(@D)