1 # $NetBSD: Makefile,v 1.9 2025/09/07 04:12:27 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_profile_headers} 13 INCSDIR= /usr/include/g++/profile 14 15 .PATH: ${DIST}/libstdc++-v3/include/profile 16 17 .include "${.CURDIR}/../Makefile.includes" 18 19 SUBDIR= impl 20 21 .include <bsd.subdir.mk> 22