blob: b0e9282f0874d1e698a29d2de270b128d6c24a36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.6 2014/06/01 19:51:02 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_tr1_headers}
INCSDIR= /usr/include/g++/tr1
.include "${.CURDIR}/../Makefile.includes"
# Get default targets including <bsd.inc.mk>.
.include <bsd.prog.mk>
.PATH: ${DIST}/libstdc++-v3/include
|