Home | History | Annotate | Line # | Download | only in decimal
      1  1.6   mrg #	$NetBSD: Makefile,v 1.6 2020/09/09 07:23:46 mrg Exp $
      2  1.1   mrg 
      3  1.1   mrg .include <bsd.own.mk>
      4  1.2  matt .include <bsd.init.mk>
      5  1.1   mrg 
      6  1.2  matt .include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
      7  1.1   mrg 
      8  1.1   mrg .cc: # disable .cc->NULL transform
      9  1.1   mrg 
     10  1.1   mrg INCS=		${G_decimal_headers}
     11  1.1   mrg INCSDIR=	/usr/include/g++/decimal
     12  1.1   mrg 
     13  1.4   mrg .include "${.CURDIR}/../Makefile.includes"
     14