mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:36:16 +02:00
10 lines
184 B
Makefile
10 lines
184 B
Makefile
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
include ./dnsmasq.mk
|
||
|
|
||
|
source: dnsmasq-source
|
||
|
prepare: $(DNSMASQ_DIR)/.unpacked
|
||
|
compile: $(DNSMASQ_DIR)/src/dnsmasq
|
||
|
install: dnsmasq
|
||
|
clean: dnsmasq-dirclean
|