NetBSD/tools/xz-include/Makefile.inc

12 lines
275 B
PHP
Raw Permalink Normal View History

2023-06-02 23:47:27 +03:00
# $NetBSD: Makefile.inc,v 1.3 2023/06/02 20:47:27 lukem Exp $
2018-09-25 11:54:58 +03:00
XZ_TOPLEVEL:= ${.PARSEDIR}/../../external/public-domain/xz
2023-06-02 23:47:27 +03:00
NOMAN= # defined
NONLS= # defined
2018-09-25 11:54:58 +03:00
MKREPRO=no # Native toolchain might be unable to do it
CPPFLAGS+= -std=c99
2018-09-25 11:54:58 +03:00
.include "${XZ_TOPLEVEL}/Makefile.inc"