blob: 89936bb3c87f0cbfa8b9a54ec55b561984f0a38d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.6 2020/09/09 07:23:46 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_decimal_headers}
INCSDIR= /usr/include/g++/decimal
.include "${.CURDIR}/../Makefile.includes"
|