summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Ledford <dledford@redhat.com>2008-07-24 12:34:34 -0400
committerDoug Ledford <dledford@redhat.com>2008-07-24 12:37:09 -0400
commit3191c66c9dd2b4b1ec4b3db61a1924631bef1c21 (patch)
tree86534a17d4e6d18b1c3bcf104dc0bd2880b0e93e
parent866d136a2f75b751188dfdd490be4d64e6a14d09 (diff)
downloadmdadm-3191c66c9dd2b4b1ec4b3db61a1924631bef1c21.tar.gz
mdadm-3191c66c9dd2b4b1ec4b3db61a1924631bef1c21.tar.xz
mdadm-3191c66c9dd2b4b1ec4b3db61a1924631bef1c21.zip
Add support for distribution specific build extensions
Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b3c84c..52bd550 100644
--- a/Makefile
+++ b/Makefile
@@ -202,3 +202,9 @@ testdist : everything clean
TAGS :
etags *.h *.c
+
+DISTRO_MAKEFILE := $(wildcard distropkg/Makefile)
+ifdef DISTRO_MAKEFILE
+include $(DISTRO_MAKEFILE)
+endif
+