blob: 5bf788bc21d326d89e452750d7d7789fc0f9b379 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2020/09/09 07:23:47 mrg Exp $
.include <bsd.init.mk>
.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
.cc: # disable .cc->NULL transform
DIST= ${GCCDIST}
GNUHOSTDIST= ${DIST}
INCS= ${G_tr2_headers}
INCSDIR= /usr/include/g++/tr2
.include "${.CURDIR}/../Makefile.includes"
|