Home | History | Annotate | Line # | Download | only in ext
      1  1.10  mrg #	$NetBSD: Makefile,v 1.11 2025/09/07 04:12:26 mrg Exp $
      2   1.1  mrg 
      3   1.1  mrg .include <bsd.own.mk>
      4   1.1  mrg .include <bsd.init.mk>
      5   1.1  mrg 
      6   1.1  mrg .include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
      7   1.1  mrg 
      8   1.1  mrg .cc: # disable .cc->NULL transform
      9   1.1  mrg 
     10  1.10  mrg INCS=		${G_ext_headers} ${G_ext_host_headers}
     11   1.1  mrg 
     12   1.1  mrg INCSDIR=	/usr/include/g++/ext
     13   1.1  mrg 
     14   1.3  mrg .include "${.CURDIR}/../Makefile.includes"
     15   1.1  mrg 
     16   1.3  mrg .PATH: ${DIST}/libstdc++-v3/include/ext
     17   1.3  mrg .PATH: ${DIST}/libstdc++-v3/config
     18   1.3  mrg .PATH: ${DIST}/libstdc++-v3/libsupc++
     19