src/world/xz/Makefile

13 lines
322 B
Makefile

# Makefile - hhl - /usr/src/world/xz
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = xz
include world.mk
config_opts += --host=$(tgt)
config_opts += --with-sysroot=$(build)
config_opts += --disable-static
config_opts += --docdir=$(install_prefix)/share/doc/xz/$(xz_version)
include targets.mk