X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/9175a8d2ac50382af2045b37e7b054180f91f4e8..9d4319dfec653f43b64562c8f31b87f2890365b2:/src/Makefile diff --git a/src/Makefile b/src/Makefile index 96c0d58ee..bdcfe5a5f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -28,6 +28,14 @@ buildname=$${build:-`$(SHELL) scripts/os-type`-`$(SHELL) scripts/arch-type`} all: Local/Makefile configure @cd build-$(buildname); $(MAKE) SHELL=$(SHELL) $(MFLAGS) + +# This pair for the convinience of of the Debian maintainers +exim: Local/Makefile configure + @cd build-$(buildname); $(MAKE) SHELL=$(SHELL) $(MFLAGS) exim +utils: Local/Makefile configure + @cd build-$(buildname); $(MAKE) SHELL=$(SHELL) $(MFLAGS) utils + + Local/Makefile: @echo "" @echo "*** Please create Local/Makefile by copying src/EDITME and making"