summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJacek Danecki <jacek.danecki@intel.com>2008-07-21 17:42:12 -0700
committerDan Williams <dan.j.williams@intel.com>2008-07-21 17:42:12 -0700
commit4ad866b1323435eb34d3b5faa74767fe9d9183c1 (patch)
tree6654c10df4b0e210944ee88169f37ad54ed6e7e7 /Makefile
parentef649044b7e1cc1742ec9fc89a6f83061691a0ff (diff)
downloadmdadm-4ad866b1323435eb34d3b5faa74767fe9d9183c1.tar.gz
mdadm-4ad866b1323435eb34d3b5faa74767fe9d9183c1.tar.xz
mdadm-4ad866b1323435eb34d3b5faa74767fe9d9183c1.zip
install mdmon to the same location as mdadm
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 409df21..dc06167 100644
--- a/Makefile
+++ b/Makefile
@@ -170,8 +170,9 @@ $(OBJS) : mdadm.h bitmap.h
sha1.o : sha1.c sha1.h md5.h
$(CC) $(CFLAGS) -DHAVE_STDINT_H -o sha1.o -c sha1.c
-install : mdadm install-man
+install : mdadm mdmon install-man
$(INSTALL) -D $(STRIP) -m 755 mdadm $(DESTDIR)$(BINDIR)/mdadm
+ $(INSTALL) -D $(STRIP) -m 755 mdmon $(DESTDIR)$(BINDIR)/mdmon
install-static : mdadm.static install-man
$(INSTALL) -D $(STRIP) -m 755 mdadm.static $(DESTDIR)$(BINDIR)/mdadm