xref: /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/include/decimal/Makefile (revision c38e7cc395b1472a774ff828e46123de44c628e9)
1#	$NetBSD: Makefile,v 1.5 2017/07/23 01:12:16 mrg Exp $
2
3.include <bsd.own.mk>
4.include <bsd.init.mk>
5
6.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
7
8.cc: # disable .cc->NULL transform
9
10INCS=		${G_decimal_headers}
11INCSDIR=	/usr/include/g++/decimal
12
13.include "${.CURDIR}/../Makefile.includes"
14
15# Get default targets including <bsd.inc.mk>.
16.include <bsd.prog.mk>
17
18.PATH: ${DIST}/libstdc++-v3/include
19