summaryrefslogtreecommitdiffstats
path: root/Makefile
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:34:34 -0400
commit0bc38b50205db04cd842c5009467a57b1ee1c293 (patch)
treec8deff48f4833863ea10868429774a9fd94893c4 /Makefile
parent91c0038813bb6b125770adc6f1dff9f3ed2eb21e (diff)
downloadmdadm-0bc38b50205db04cd842c5009467a57b1ee1c293.tar.gz
mdadm-0bc38b50205db04cd842c5009467a57b1ee1c293.tar.xz
mdadm-0bc38b50205db04cd842c5009467a57b1ee1c293.zip
Add support for distribution specific build extensions
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'Makefile')
-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
+