Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2021/04/09 23:15:50 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_debug_headers}
11INCSDIR=	/usr/include/g++/debug
12
13.include "${.CURDIR}/../Makefile.includes"
14