xref: /netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/include/pstl/Makefile (revision 4d6fc14bc9b0c5bf3e30be318c143ee82cadd108)
1#	$NetBSD: Makefile,v 1.2 2020/09/09 07:23:46 mrg Exp $
2
3.include <bsd.init.mk>
4
5.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
6
7.cc: # disable .cc->NULL transform
8
9DIST=		${GCCDIST}
10GNUHOSTDIST=	${DIST}
11
12INCS=		${G_pstl_headers}
13INCSDIR=	/usr/include/g++/pstl
14
15.include "${.CURDIR}/../Makefile.includes"
16