blob: c83c6202142affd076c1dd7ace128cdb3a25ad80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.6 2014/06/01 19:51:02 mrg Exp $
.include <bsd.init.mk>
.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
.cc: # disable .cc->NULL transform
INCS= ${G_backward_headers}
INCSDIR= /usr/include/g++/backward
.include "${.CURDIR}/../Makefile.includes"
# Get default targets including <bsd.inc.mk>.
.include <bsd.prog.mk>
.PATH: ${DIST}/libstdc++-v3/include
|