summaryrefslogtreecommitdiff
path: root/external/gpl3/gcc.old/lib/libstdc++-v3/include/tr1/Makefile
blob: 034b649a72949d3ced7d1892b5787bff5b1ff341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.10 2023/02/20 02:12:28 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"