From 0e6f97c687ec700cd7e042094873772637b8cad5 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Fri, 22 Jun 2007 22:25:43 -0500 Subject: 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.1