blob: b84bf2176165f62f8d6d0a427c4ddfc3b2b717bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.5 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_impl_headers}
INCSDIR= /usr/include/g++/tr1_impl
# Get default targets including <bsd.inc.mk>.
.include <bsd.prog.mk>
.PATH: ${DIST}/libstdc++-v3/include/tr1_impl
|