1 # $NetBSD: Makefile,v 1.1.1.2 2014/02/26 10:57:34 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 9 INCS= ${G_ext_headers} 10 INCSDIR= /usr/include/g++/ext 11 12 # Get default targets including <bsd.inc.mk>. 13 .include <bsd.prog.mk> 14 15 # XXX Not yet 16 #SUBDIR= pb_assoc 17 18 #.include <bsd.subdir.mk> 19 20 .PATH: ${DIST}/libstdc++-v3/include/ext 21 # for ext/hash_set 22 .PATH: ${DIST}/libstdc++-v3/include/backward 23