Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2018/11/11 22:50:05 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_pb_headers1} ${G_pb_headers2} ${G_pb_headers3} ${G_pb_headers4}
13INCS+=		${G_pb_headers5} ${G_pb_headers6} ${G_pb_headers7}
14INCSDIR=	/usr/include/g++
15
16.PATH:	${DIST}/libstdc++-v3/include
17
18# Get default targets including <bsd.inc.mk>.
19.include <bsd.prog.mk>
20