aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap
diff options
context:
space:
mode:
Diffstat (limited to 'tools/blktap')
-rw-r--r--tools/blktap/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/blktap/Makefile b/tools/blktap/Makefile
index 871e2c4b60..21c9556f60 100644
--- a/tools/blktap/Makefile
+++ b/tools/blktap/Makefile
@@ -8,3 +8,6 @@ SUBDIRS-y += drivers
.PHONY: all clean install
all clean install: %: subdirs-%
+install:
+ $(INSTALL_DIR) $(DESTDIR)$(DOCDIR)
+ $(INSTALL_DATA) README $(DESTDIR)$(DOCDIR)/README.blktap