Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2018/11/11 22:50:06 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_tr2_headers}
13INCSDIR=	/usr/include/g++/tr2
14
15.include "${.CURDIR}/../Makefile.includes"
16
17.PATH: ${DIST}/libstdc++-v3/include
18
19# Get default targets including <bsd.inc.mk>.
20.include <bsd.prog.mk>
21