NetBSD/tools/xz-include/Makefile.inc

12 lines
272 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.2 2018/09/25 17:57:33 riz Exp $
2018-09-25 11:54:58 +03:00
XZ_TOPLEVEL:= ${.PARSEDIR}/../../external/public-domain/xz
NOMAN= # defined
MKREPRO=no # Native toolchain might be unable to do it
MKNLS=no
CPPFLAGS+= -std=c99
2018-09-25 11:54:58 +03:00
.include "${XZ_TOPLEVEL}/Makefile.inc"