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