Home | History | Annotate | Line # | Download | only in bits
      1 #	$NetBSD: Makefile,v 1.1 2021/08/16 06:56:27 mrg Exp $
      2 
      3 .include <bsd.init.mk>
      4 .include "../../Makefile.inc"
      5 
      6 .include "${.CURDIR}/../../../arch/${GCC_MACHINE_ARCH}/defs.mk"
      7 
      8 .cc: # disable .cc->NULL transform
      9 
     10 INCS=		${G_experimental_bits_headers}
     11 INCSDIR=	/usr/include/g++/experimental/bits
     12 
     13 .include "${.CURDIR}/../../Makefile.includes"
     14