blob: cd4cae4be90f554e2294feeb0b8439959a780efa (
plain)
1
2
3
4
5
6
7
8
9
|
include $(TOPDIR)/rules.mk
include ./dnsmasq.mk
source: dnsmasq-source
prepare: $(DNSMASQ_DIR)/.unpacked
compile: $(DNSMASQ_DIR)/src/dnsmasq
install: dnsmasq
clean: dnsmasq-dirclean
|