asuswrt-merlin.ng/release/src-rt-5.02L.07p2axhnd/router-sysdep.rt-ac68u_v4/ethctl/Makefile

13 lines
140 B
Makefile

EXE = ethctl
all:
@cp -f prebuilt/$(EXE) .
install: generic_exe_install
clean:
dynamic: all install
include $(BUILD_DIR)/make.common