diff options
author | Doug Ledford <dledford@redhat.com> | 2008-07-24 12:34:34 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2008-07-24 12:34:34 -0400 |
commit | 0bc38b50205db04cd842c5009467a57b1ee1c293 (patch) | |
tree | c8deff48f4833863ea10868429774a9fd94893c4 | |
parent | 91c0038813bb6b125770adc6f1dff9f3ed2eb21e (diff) | |
download | mdadm-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>
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -202,3 +202,9 @@ testdist : everything clean TAGS : etags *.h *.c + +DISTRO_MAKEFILE := $(wildcard distropkg/Makefile) +ifdef DISTRO_MAKEFILE +include $(DISTRO_MAKEFILE) +endif + |