
include $(COMMON_BASE_MK)

NAME=dnsmasq
SRC_DIR=dnsmasq-2.86

all:
	make -C $(SRC_DIR) all

clean:
	-make -C $(SRC_DIR) clean

romfs:
	cp $(SRC_DIR)/src/dnsmasq $(SRC_DIR)/src/dnsmasq.elf
	$(ROMFSINST) $(SRC_DIR)/src/dnsmasq    /bin/dnsmasq
