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:35:06 -0400
commit907fce2b9d545ad1a41b1728bd6c90877520c06c (patch)
tree86534a17d4e6d18b1c3bcf104dc0bd2880b0e93e
parent866d136a2f75b751188dfdd490be4d64e6a14d09 (diff)
downloadmdadm-907fce2b9d545ad1a41b1728bd6c90877520c06c.tar.gz
mdadm-907fce2b9d545ad1a41b1728bd6c90877520c06c.tar.xz
mdadm-907fce2b9d545ad1a41b1728bd6c90877520c06c.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
+