diff options
Diffstat (limited to 'openwrt/package/dnsmasq/Makefile')
-rw-r--r-- | openwrt/package/dnsmasq/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/dnsmasq/Makefile b/openwrt/package/dnsmasq/Makefile new file mode 100644 index 0000000..cd4cae4 --- /dev/null +++ b/openwrt/package/dnsmasq/Makefile @@ -0,0 +1,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 |