blob: e73d9f30791f85a419f66f1f256797332254d7b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.10 2023/02/20 02:12:26 mrg Exp $
.include <bsd.own.mk>
.include <bsd.init.mk>
.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
.cc: # disable .cc->NULL transform
INCS= ${G_debug_headers}
INCSDIR= /usr/include/g++/debug
.include "${.CURDIR}/../Makefile.includes"
|