]> id.pley.net Git - postfix.git/blobdiff - Makefile
Add Postfix support
[postfix.git] / Makefile
index eec301fa33ff65a73205b9d65599b9d11c9b7ce3..6e02f284589e80a3df906393c2ce3273e9d965eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,10 @@ DST := /etc/postfix
 
 INPUTS := configuration/* configuration/mysql/*
 
-all: $(INPUTS:configuration/%=$(DST)/%)
+all: $(INPUTS:configuration/%=$(DST)/%) postfixadmin
+
+postfixadmin:
+       ./setup-postfix.sh
 
 $(DST)/%: $(SRC)/%
        @mkdir -p $(@D)