www.usr.com/support/gpl/USR9108_release1.3.tar.gz
[bcm963xx.git] / userapps / broadcom / hotplug / Makefile
1 all:
2         cp hotplug_$(PROFILE)_save hotplug
3
4 PROGRAM_NAME:= hotplug
5
6 install::
7         install -m 755 $(PROGRAM_NAME) $(INSTALL_DIR)/bin
8         $(STRIP) $(INSTALL_DIR)/bin/$(PROGRAM_NAME)
9         ln -sf ../bin/$(PROGRAM_NAME) $(INSTALL_DIR)/sbin/hotplug
10         
11 dynamic: all install
12
13 dynamic: all install
14
15 clean:
16         rm -f hotplug
17