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