Home | History | Annotate | Line # | Download | only in ext
      1  1.9   mrg #	$NetBSD: Makefile,v 1.9 2021/08/16 06:56:27 mrg Exp $
      2  1.1   mrg 
      3  1.6   mrg .include <bsd.own.mk>
      4  1.4  matt .include <bsd.init.mk>
      5  1.1   mrg 
      6  1.4  matt .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.9   mrg INCS=		${G_ext_headers} ${G_ext_host_headers}
     11  1.6   mrg 
     12  1.1   mrg INCSDIR=	/usr/include/g++/ext
     13  1.1   mrg 
     14  1.6   mrg .include "${.CURDIR}/../Makefile.includes"
     15  1.6   mrg 
     16  1.7   mrg .PATH: ${DIST}/libstdc++-v3/include/ext
     17  1.6   mrg .PATH: ${DIST}/libstdc++-v3/config
     18  1.6   mrg .PATH: ${DIST}/libstdc++-v3/libsupc++
     19