summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++-v3/include/ext/Makefile
blob: e53f972892a3b977819ecf53b1f3a50332e89ea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.1 2003/07/25 16:32:51 mrg Exp $

.include <bsd.own.mk>

.include "${.CURDIR}/../../arch/${MACHINE_ARCH}/defs.mk"

.cc: # disable .cc->NULL transform

DIST=		${NETBSDSRCDIR}/gnu/dist/gcc

INCS=		${G_ext_headers}
INCSDIR=	/usr/include/g++/ext

.PATH: ${DIST}/libstdc++-v3/include/ext

# Get default targets including <bsd.inc.mk>.
.include <bsd.prog.mk>