1 # $NetBSD: Makefile,v 1.3 2014/02/26 09:54:33 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 10 INCS= ${G_decimal_headers} 11 INCSDIR= /usr/include/g++/decimal 12 13 # Get default targets including <bsd.inc.mk>. 14 .include <bsd.prog.mk> 15 16 .PATH: ${DIST}/libstdc++-v3/include/decimal 17