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