9 lines
227 B
Makefile
9 lines
227 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/11/19 20:00:28 aymeric Exp $
|
|
|
|
HOSTPROG= ${_TOOL_PREFIX}xz
|
|
HOST_SRCDIR= external/public-domain/xz/bin/xz
|
|
|
|
.include "${.PARSEDIR}/../xz-include/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|