mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
14 lines
245 B
Makefile
14 lines
245 B
Makefile
|
content: include lib/symbols/liblzma LICENSE
|
||
|
|
||
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/xz)
|
||
|
|
||
|
lib/symbols/liblzma:
|
||
|
$(mirror_from_rep_dir)
|
||
|
|
||
|
include:
|
||
|
cp -r $(PORT_DIR)/include/liblzma $@
|
||
|
|
||
|
LICENSE:
|
||
|
echo "liblzma is in the public domain" > $@
|
||
|
|