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:36:37 -0400
commit936a4754d2f20f4d0ed41ccb85e5d17011ec82d2 (patch)
tree084edc5f046249b0dc0a459222ad725f6be88c5b
parent6a0671608bd94e75683fd5ca7ea006b9c7552de3 (diff)
downloadmdadm-936a4754d2f20f4d0ed41ccb85e5d17011ec82d2.tar.gz
mdadm-936a4754d2f20f4d0ed41ccb85e5d17011ec82d2.tar.xz
mdadm-936a4754d2f20f4d0ed41ccb85e5d17011ec82d2.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 d98ba74..049c2ba 100644
--- a/Makefile
+++ b/Makefile
@@ -194,3 +194,9 @@ testdist : everything clean
TAGS :
etags *.h *.c
+
+DISTRO_MAKEFILE := $(wildcard distropkg/Makefile)
+ifdef DISTRO_MAKEFILE
+include $(DISTRO_MAKEFILE)
+endif
+