1 1.7 mrg # $NetBSD: Makefile,v 1.7 2020/09/09 07:23:45 mrg Exp $ 2 1.1 mrg 3 1.3 matt .include <bsd.init.mk> 4 1.1 mrg 5 1.3 matt .include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk" 6 1.1 mrg 7 1.1 mrg .cc: # disable .cc->NULL transform 8 1.1 mrg 9 1.1 mrg INCS= ${G_backward_headers} 10 1.1 mrg INCSDIR= /usr/include/g++/backward 11 1.1 mrg 12 1.5 mrg .include "${.CURDIR}/../Makefile.includes" 13