1#	$NetBSD: Makefile,v 1.2 2014/06/01 20:24:45 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_profile_headers} ${G_profile_impl_headers}
13INCSDIR=	/usr/include/g++/profile
14
15.PATH: ${DIST}/libstdc++-v3/include/profile
16
17# Get default targets including <bsd.inc.mk>.
18.include <bsd.prog.mk>
19