xref: /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/include/debug/Makefile (revision 76c7fc5f6b13ed0b1508e6b313e88e59977ed78e)
1#	$NetBSD: Makefile,v 1.8 2019/09/26 08:03:58 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
15# Get default targets including <bsd.inc.mk>.
16.include <bsd.prog.mk>
17
18.PATH: ${DIST}/libstdc++-v3/include
19