http://downloads.netgear.com/files/GPL/DM111PSP_v3.61d_GPL.tar.gz
[bcm963xx.git] / userapps / broadcom / hotplug / Makefile
index f45016d..97adf98 100644 (file)
@@ -1,18 +1,9 @@
 all:
-       cp hotplug_$(PROFILE)_save hotplug
 
-PROGRAM_NAME:= hotplug
+install:
 
-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
-
-dynamic: all install
+dynamic:
 
 clean:
-       rm -f hotplug
+