Add missing Makefile.inc for xz tools.

This commit is contained in:
joerg 2018-09-25 08:54:58 +00:00
parent 276930195c
commit 5ce009f19c
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# $NetBSD: Makefile.inc,v 1.1 2018/09/25 08:54:58 joerg Exp $
XZ_TOPLEVEL:= ${.PARSEDIR}/../../external/public-domain/xz
NOMAN= # defined
MKREPRO=no # Native toolchain might be unable to do it
MKNLS=no
.include "${XZ_TOPLEVEL}/Makefile.inc"