blob: eee6a338018098221a43465a239e16fab1922f6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.1 2021/08/16 06:56:27 mrg Exp $
.include <bsd.init.mk>
.include "../../Makefile.inc"
.include "${.CURDIR}/../../../arch/${GCC_MACHINE_ARCH}/defs.mk"
.cc: # disable .cc->NULL transform
INCS= ${G_experimental_bits_headers}
INCSDIR= /usr/include/g++/experimental/bits
.include "${.CURDIR}/../../Makefile.includes"
|