www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / broadcom / hotplug / Makefile
index 0a666ac..f45016d 100644 (file)
@@ -6,6 +6,7 @@ PROGRAM_NAME:= hotplug
 install::
        install -m 755 $(PROGRAM_NAME) $(INSTALL_DIR)/bin
        $(STRIP) $(INSTALL_DIR)/bin/$(PROGRAM_NAME)
+       mkdir -p $(INSTALL_DIR)/sbin    
        ln -sf ../bin/$(PROGRAM_NAME) $(INSTALL_DIR)/sbin/hotplug
        
 dynamic: all install