diff --git a/Makefile b/Makefile
index 013daeeaeb7977a8e184e83c6367a9b8cd21c4ba..b1132f3b3fe3504ec90fb4273b16966fdcb3d0f0 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,9 @@ SRC_DIST_DIR=$(shell pwd)/$(SRC_DIST_NAME)
 # be preferable..
 CURRENT_TARGET = $@
 SUBDIRS = $(shell if (test x$(CURRENT_TARGET) = xinstall) ; then echo $(ProjectsToInstall); else echo $(ProjectsToBuild); fi)
+PROJECT_CONFIG_MK = $(shell if (test x$(CURRENT_TARGET) = xbinary-dist) ; then echo inlude $(Project)/mk/config.mk; else echo ''; fi)
+
+$(PROJECT_CONFIG_MK)
 
 #
 # Files to include in fptools source distribution