blob: e1eb1714f54a256b9b05e3c5289ce867944eaae3 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001
2include $(COMMON_BASE_MK)
3
4NAME=dnsmasq
5SRC_DIR=dnsmasq-2.86
6
7all:
8 make -C $(SRC_DIR) all
9
10clean:
11 -make -C $(SRC_DIR) clean
12
13romfs:
14 cp $(SRC_DIR)/src/dnsmasq $(SRC_DIR)/src/dnsmasq.elf
15 $(ROMFSINST) $(SRC_DIR)/src/dnsmasq /bin/dnsmasq