1 # $NetBSD: Makefile,v 1.3 2020/09/09 07:23:47 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 DIST= ${GCCDIST} 10 GNUHOSTDIST= ${DIST} 11 12 INCS= ${G_tr2_headers} 13 INCSDIR= /usr/include/g++/tr2 14 15 .include "${.CURDIR}/../Makefile.includes" 16