1#	$NetBSD: Makefile.arch_bits,v 1.8 2023/02/20 02:12:25 mrg Exp $
2
3# define GCC_MACHINE_ARCH before including this.
4
5INCS+=		c++config.h
6INCSDIR=	/usr/include/g++/bits/${GCC_MACHINE_ARCH}
7
8.PATH: ${.CURDIR}/../../../../arch/${GCC_MACHINE_ARCH}
9
10# Get default targets including <bsd.inc.mk>.
11.include <bsd.prog.mk>
12