NetBSD/tools/xz-include/Makefile.inc
riz 4bb1d11517 Add CPPFLAGS+= -std=c99 so tools can build on systems where the
system compiler doesn't default to C99 (eg, NetBSD 6.1).
2018-09-25 17:57:33 +00:00

12 lines
272 B
Makefile

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