summaryrefslogtreecommitdiff
path: root/external/gpl3/gcc.old/lib/libstdc++-v3/include/experimental/bits/Makefile
blob: e1d9b55f25e284c5046abb6df0a19b71135054e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.2 2023/02/20 02:12:27 mrg Exp $

.include <bsd.init.mk>
.include "../../Makefile.inc"

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

.cc: # disable .cc->NULL transform

INCS=		${G_experimental_bits_headers}
INCSDIR=	/usr/include/g++/experimental/bits

.include "${.CURDIR}/../../Makefile.includes"