1 # $NetBSD: Makefile,v 1.1 2011/07/01 01:21:38 mrg Exp $ 2 3 .include <bsd.own.mk> 4 5 .include "${.CURDIR}/../../arch/${MACHINE_ARCH}/defs.mk" 6 7 .cc: # disable .cc->NULL transform 8 9 DIST= ${NETBSDSRCDIR}/external/gpl3/gcc/dist 10 11 INCS= ${G_decimal_headers} 12 INCSDIR= /usr/include/g++/decimal 13 14 .PATH: ${DIST}/libstdc++-v3/include/decimal 15 16 # Get default targets including <bsd.inc.mk>. 17 .include <bsd.prog.mk> 18