head	1.3;
access;
symbols
	netbsd-11-0-RC4:1.3
	netbsd-11-0-RC3:1.3
	netbsd-11-0-RC2:1.3
	netbsd-11-0-RC1:1.3
	perseant-exfatfs-base-20250801:1.3
	netbsd-11:1.3.0.4
	netbsd-11-base:1.3
	netbsd-10-1-RELEASE:1.2
	perseant-exfatfs-base-20240630:1.3
	perseant-exfatfs:1.3.0.2
	perseant-exfatfs-base:1.3
	netbsd-9-4-RELEASE:1.2
	netbsd-10-0-RELEASE:1.2
	netbsd-10-0-RC6:1.2
	netbsd-10-0-RC5:1.2
	netbsd-10-0-RC4:1.2
	netbsd-10-0-RC3:1.2
	netbsd-10-0-RC2:1.2
	netbsd-10-0-RC1:1.2
	netbsd-10:1.2.0.14
	netbsd-10-base:1.2
	netbsd-9-3-RELEASE:1.2
	cjep_sun2x-base1:1.2
	cjep_sun2x:1.2.0.12
	cjep_sun2x-base:1.2
	cjep_staticlib_x-base1:1.2
	netbsd-9-2-RELEASE:1.2
	cjep_staticlib_x:1.2.0.10
	cjep_staticlib_x-base:1.2
	netbsd-9-1-RELEASE:1.2
	phil-wifi-20200421:1.2
	phil-wifi-20200411:1.2
	is-mlppp:1.2.0.8
	is-mlppp-base:1.2
	phil-wifi-20200406:1.2
	netbsd-9-0-RELEASE:1.2
	netbsd-9-0-RC2:1.2
	netbsd-9-0-RC1:1.2
	phil-wifi-20191119:1.2
	netbsd-9:1.2.0.6
	netbsd-9-base:1.2
	phil-wifi:1.2.0.4
	phil-wifi-20190609:1.2
	pgoyette-compat-merge-20190127:1.2.2.2
	pgoyette-compat-20190127:1.2
	pgoyette-compat-20190118:1.2
	pgoyette-compat-1226:1.2
	pgoyette-compat-1126:1.2
	pgoyette-compat-1020:1.2
	pgoyette-compat:1.2.0.2
	pgoyette-compat-0930:1.2;
locks; strict;
comment	@# @;


1.3
date	2023.06.02.20.47.27;	author lukem;	state Exp;
branches;
next	1.2;
commitid	Web1VKe3kVBtMprE;

1.2
date	2018.09.25.17.57.33;	author riz;	state Exp;
branches
	1.2.2.1
	1.2.4.1;
next	1.1;
commitid	bGG1uHZZA39jPvTA;

1.1
date	2018.09.25.08.54.58;	author joerg;	state Exp;
branches;
next	;
commitid	daO1wijcqYjQPsTA;

1.2.2.1
date	2018.09.25.17.57.33;	author pgoyette;	state dead;
branches;
next	1.2.2.2;
commitid	SQ44grEPCeKPh4UA;

1.2.2.2
date	2018.09.30.01.45.59;	author pgoyette;	state Exp;
branches;
next	;
commitid	SQ44grEPCeKPh4UA;

1.2.4.1
date	2018.09.25.17.57.33;	author christos;	state dead;
branches;
next	1.2.4.2;
commitid	jtc8rnCzWiEEHGqB;

1.2.4.2
date	2019.06.10.22.10.16;	author christos;	state Exp;
branches;
next	;
commitid	jtc8rnCzWiEEHGqB;


desc
@@


1.3
log
@tools: use NONLS= not MKNLS=no
@
text
@#	$NetBSD: Makefile.inc,v 1.2 2018/09/25 17:57:33 riz 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"
@


1.2
log
@Add CPPFLAGS+= -std=c99 so tools can build on systems where the
system compiler doesn't default to C99 (eg, NetBSD 6.1).
@
text
@d1 1
a1 1
#	$NetBSD: Makefile.inc,v 1.1 2018/09/25 08:54:58 joerg Exp $
d5 2
a6 1
NOMAN=          # defined
a7 1
MKNLS=no
@


1.2.4.1
log
@file Makefile.inc was added on branch phil-wifi on 2019-06-10 22:10:16 +0000
@
text
@d1 11
@


1.2.4.2
log
@Sync with HEAD
@
text
@a0 11
#	$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"
@


1.2.2.1
log
@file Makefile.inc was added on branch pgoyette-compat on 2018-09-30 01:45:59 +0000
@
text
@d1 11
@


1.2.2.2
log
@Ssync with HEAD
@
text
@a0 11
#	$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"
@


1.1
log
@Add missing Makefile.inc for xz tools.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile.inc,v 1.3 2013/02/19 18:02:41 joerg Exp $
d9 2
@

