summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2007-06-22 22:25:43 -0500
committerMike Christie <michaelc@cs.wisc.edu>2007-06-22 23:18:00 -0500
commit0e6f97c687ec700cd7e042094873772637b8cad5 (patch)
treea473f403cefcf41f47c47af33a19f4313b212bc4 /Makefile
parent35c17cd40836876d9b2fa165583e3ba261141aa1 (diff)
downloadopen-iscsi-0e6f97c687ec700cd7e042094873772637b8cad5.tar.gz
add make install_usr
If we run against the git or upstream kernel we will not want to install the user tools and kernel modules. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2ba0c3..8bbe904 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,9 @@ clean:
install: install_kernel install_programs install_doc install_etc \
install_initd install_iname install_iface
+install_usr: install_programs install_doc install_etc \
+ install_initd install_iname install_iface
+
install_programs: $(PROGRAMS)
$(INSTALL) -d $(DESTDIR)$(sbindir)
$(INSTALL) -m 755 $^ $(DESTDIR)$(sbindir)