1# $NetBSD: Makefile,v 1.6 2014/06/01 19:51:02 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 9INCS= ${G_backward_headers} 10INCSDIR= /usr/include/g++/backward 11 12.include "${.CURDIR}/../Makefile.includes" 13 14# Get default targets including <bsd.inc.mk>. 15.include <bsd.prog.mk> 16 17.PATH: ${DIST}/libstdc++-v3/include 18