xref: /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/include/parallel/Makefile (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1#	$NetBSD: Makefile,v 1.1.1.2 2014/02/26 10:57:34 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# Get default targets including <bsd.inc.mk>.
14.include <bsd.prog.mk>
15
16.PATH: ${DIST}/libstdc++-v3/include/parallel
17