summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Ledford <dledford@redhat.com>2010-04-01 13:16:37 -0400
committerDoug Ledford <dledford@redhat.com>2010-04-13 15:05:35 -0400
commit4c4da76e95ec70ac83691ff2578b17817b0908c9 (patch)
treedb064bfbc4fb30cd4f8071e01a511fede67330b1
parent4403e8c2ffa57e01f02f5e8de7cac0e0a459aece (diff)
downloadmdadm-4c4da76e95ec70ac83691ff2578b17817b0908c9.tar.gz
mdadm-4c4da76e95ec70ac83691ff2578b17817b0908c9.tar.xz
mdadm-4c4da76e95ec70ac83691ff2578b17817b0908c9.zip
We're tweaking udev rules, so add installing them back
Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 788e6ae..c889b8f 100644
--- a/Makefile
+++ b/Makefile
@@ -202,7 +202,7 @@ $(MON_OBJS) : mdadm.h mdmon.h bitmap.h
sha1.o : sha1.c sha1.h md5.h
$(CC) $(CFLAGS) -DHAVE_STDINT_H -o sha1.o -c sha1.c
-install : mdadm mdmon install-man
+install : mdadm mdmon install-man install-udev
$(INSTALL) -D $(STRIP) -m 755 mdadm $(DESTDIR)$(BINDIR)/mdadm
$(INSTALL) -D $(STRIP) -m 755 mdmon $(DESTDIR)$(BINDIR)/mdmon