]> id.pley.net Git - postfix.git/blobdiff - Makefile
Add Postfix support
[postfix.git] / Makefile
index 840494bb68ddb310aadcb5a550b97a6ce90d5065..6e02f284589e80a3df906393c2ce3273e9d965eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
 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)/%) postfixadmin
+
+postfixadmin:
+       ./setup-postfix.sh
 
 $(DST)/%: $(SRC)/%
        @mkdir -p $(@D)