Allow to compile with no USB support
[tomato.git] / release / src / router / others / Makefile
blob6614b0c1e732add20f6f26518368649043ea3d4c
1 include ../common.mak
3 all:
5 install:
6 install -d $(INSTALLDIR)/sbin
7 install -d $(INSTALLDIR)/usr/sbin
8 install -d $(INSTALLDIR)/lib
10 ifeq ($(TCONFIG_USB),y)
11 # Optware perl symlink
12 install -d $(INSTALLDIR)/usr/bin
13 ln -sf /opt/bin/perl $(INSTALLDIR)/usr/bin/perl
14 endif
16 # cron helper
17 install -m 0700 cru $(INSTALLDIR)/usr/sbin
19 # playing with ipkg / from OpenWrt svn
20 #!!TB install -m 0700 ipkg $(INSTALLDIR)/usr/sbin
22 # keep winscp happy
23 # install -m 0700 groups $(INSTALLDIR)/usr/bin
25 clean: