X-Git-Url: http://id.pley.net/postfix.git/blobdiff_plain/c96080697a03bc4a268245725681ef6de6abe7a9..6e5d449e15a8544549b3d2c9b941f4e461f7e2e0:/Makefile diff --git a/Makefile b/Makefile index 6e02f28..6183414 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,7 @@ -SRC := $(shell pwd) -DST := /etc/postfix +SUBDIRS := postfix postfixadmin -INPUTS := configuration/* configuration/mysql/* +all: $(SUBDIRS) +.PHONY: $(SUBDIRS) -all: $(INPUTS:configuration/%=$(DST)/%) postfixadmin - -postfixadmin: - ./setup-postfix.sh - -$(DST)/%: $(SRC)/% - @mkdir -p $(@D) - cp $^ $@ +$(SUBDIRS): + $(MAKE) -C $@