1 # $NetBSD: Makefile,v 1.3 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_pstl_headers} 13 INCSDIR= /usr/include/g++/pstl 14 15 .include "${.CURDIR}/../Makefile.includes" 16