xref: /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/include/pstl/Makefile (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1#	$NetBSD: Makefile,v 1.1.1.1 2021/04/09 22:33:16 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