asuswrt-merlin.ng/release/src-rt-5.02axhnd/router-sysdep.rt-ax92u/wlconf/Makefile
2022-10-02 16:38:00 +02:00

9 lines
226 B
Makefile

all:
-cp -f $(TOP_PLATFORM)/wlconf$(BCMEX)$(EX7)/prebuilt/wlconf wlconf
clean:
rm -f *.o wlconf
install: all
install -d $(INSTALLDIR)/usr/sbin
install wlconf $(INSTALLDIR)/usr/sbin
$(STRIP) $(INSTALLDIR)/usr/sbin/wlconf