1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.5 2014/06/01 19:51:02 mrg Exp $ 218a5822eSThomas Veerman 318a5822eSThomas Veerman.include <bsd.own.mk> 484d9c625SLionel Sambuc.include <bsd.init.mk> 518a5822eSThomas Veerman 684d9c625SLionel Sambuc.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk" 718a5822eSThomas Veerman 818a5822eSThomas Veerman.cc: # disable .cc->NULL transform 918a5822eSThomas Veerman 1018a5822eSThomas VeermanINCS= ${G_parallel_headers} 1118a5822eSThomas VeermanINCSDIR= /usr/include/g++/parallel 1218a5822eSThomas Veerman 13*0a6a1f1dSLionel Sambuc.include "${.CURDIR}/../Makefile.includes" 1418a5822eSThomas Veerman 1518a5822eSThomas Veerman# Get default targets including <bsd.inc.mk>. 1618a5822eSThomas Veerman.include <bsd.prog.mk> 17*0a6a1f1dSLionel Sambuc 18*0a6a1f1dSLionel Sambuc.PATH: ${DIST}/libstdc++-v3/include 19