Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 2018/11/11 22:50:06 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_tr1_impl_headers}
11INCSDIR=	/usr/include/g++/tr1_impl
12
13# Get default targets including <bsd.inc.mk>.
14.include <bsd.prog.mk>
15
16.PATH: ${DIST}/libstdc++-v3/include/tr1_impl
17