blob: 8452deb27d2dea5076f531be88b6755484c8189e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile.arch_bits,v 1.1 2014/03/01 10:00:47 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>
|