summaryrefslogtreecommitdiff
path: root/extras/multipath-tools
diff options
context:
space:
mode:
Diffstat (limited to 'extras/multipath-tools')
-rw-r--r--extras/multipath-tools/Makefile2
-rw-r--r--extras/multipath-tools/devmap_name/Makefile2
-rw-r--r--extras/multipath-tools/libdevmapper/Makefile2
-rw-r--r--extras/multipath-tools/multipath/Makefile2
-rw-r--r--extras/multipath-tools/multipathd/Makefile1
5 files changed, 9 insertions, 0 deletions
diff --git a/extras/multipath-tools/Makefile b/extras/multipath-tools/Makefile
index 2f21f0d112..fa8830082b 100644
--- a/extras/multipath-tools/Makefile
+++ b/extras/multipath-tools/Makefile
@@ -32,6 +32,8 @@ clean: recurse_clean
@echo ""
@echo "Make complete"
+spotless: clean
+
install: recurse_install
@echo ""
@echo "Make complete"
diff --git a/extras/multipath-tools/devmap_name/Makefile b/extras/multipath-tools/devmap_name/Makefile
index a9683341b2..e3b70a5e0d 100644
--- a/extras/multipath-tools/devmap_name/Makefile
+++ b/extras/multipath-tools/devmap_name/Makefile
@@ -36,6 +36,8 @@ $(EXEC): $(OBJS)
clean:
rm -f core *.o $(EXEC) *.gz
+spotless: clean
+
install:
install -d $(DESTDIR)$(bindir)
install -m 755 $(EXEC) $(DESTDIR)$(bindir)/
diff --git a/extras/multipath-tools/libdevmapper/Makefile b/extras/multipath-tools/libdevmapper/Makefile
index 445263caa8..4a8b7723fa 100644
--- a/extras/multipath-tools/libdevmapper/Makefile
+++ b/extras/multipath-tools/libdevmapper/Makefile
@@ -23,6 +23,8 @@ all: $(OBJS)
clean:
rm -f core *.o ioctl/*.o ioctl/*.so
+spotless: clean
+
install:
uninstall:
diff --git a/extras/multipath-tools/multipath/Makefile b/extras/multipath-tools/multipath/Makefile
index 4121f4fc3b..4c0fae6d32 100644
--- a/extras/multipath-tools/multipath/Makefile
+++ b/extras/multipath-tools/multipath/Makefile
@@ -43,6 +43,8 @@ $(EXEC): $(OBJS)
clean:
rm -f core *.o $(EXEC) *.gz
+spotless: clean
+
install:
install -d $(DESTDIR)$(bindir)
install -m 755 $(EXEC) $(DESTDIR)$(bindir)/
diff --git a/extras/multipath-tools/multipathd/Makefile b/extras/multipath-tools/multipathd/Makefile
index 5bfd58a837..82c77b8351 100644
--- a/extras/multipath-tools/multipathd/Makefile
+++ b/extras/multipath-tools/multipathd/Makefile
@@ -29,3 +29,4 @@ uninstall:
clean:
rm -f core *.o $(EXEC) *.gz
+spotless: clean