1 # $NetBSD: Makefile.arch_bits,v 1.1 2014/03/01 10:00:47 mrg Exp $ 2 3 # define GCC_MACHINE_ARCH before including this. 4 5 INCS+= c++config.h 6 INCSDIR= /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