blob: a8a7b100f06b95b595b691b17a0ab15845024a67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.2 2023/02/20 02:12:27 mrg Exp $
.include <bsd.init.mk>
.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
.cc: # disable .cc->NULL transform
DIST= ${GCCDIST}
GNUHOSTDIST= ${DIST}
INCS= ${G_pstl_headers}
INCSDIR= /usr/include/g++/pstl
.include "${.CURDIR}/../Makefile.includes"
|