blob: f491d3b0d5e732fd950b2161a7c6451ebf177236 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile.inc,v 1.3 2023/06/02 20:47:27 lukem Exp $
XZ_TOPLEVEL:= ${.PARSEDIR}/../../external/public-domain/xz
NOMAN= # defined
NONLS= # defined
MKREPRO=no # Native toolchain might be unable to do it
CPPFLAGS+= -std=c99
.include "${XZ_TOPLEVEL}/Makefile.inc"
|