mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
b58fbe5ba5
Issue #2339
15 lines
232 B
Makefile
15 lines
232 B
Makefile
content: include lib/symbols/zlib LICENSE
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/zlib)
|
|
|
|
include:
|
|
mkdir $@
|
|
cp -r $(PORT_DIR)/include/zlib/* $@/
|
|
|
|
lib/symbols/zlib:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
echo "zlib license" > $@
|
|
|