mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
674b0ba947
A runtime package that provides a Nic session with NAT via the nic_router and a DNS service via Stubby. Ref #2682
19 lines
339 B
Makefile
19 lines
339 B
Makefile
content: include lib/symbols/libgetdns LICENSE
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/getdns)
|
|
|
|
include:
|
|
cp -r $(PORT_DIR)/$@ $@
|
|
|
|
lib/symbols/libgetdns:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/getdns/$@ $@
|
|
|
|
content: include/config.h
|
|
|
|
include/config.h:
|
|
mkdir -p $(dir $@)
|
|
cp $(REP_DIR)/src/lib/getdns/config.h $@
|