blob: 7890ca3426a919008a290de7f0d9368c1757bf68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 2014/06/01 20:24:45 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_pb_headers1} ${G_pb_headers2} ${G_pb_headers3} ${G_pb_headers4}
INCS+= ${G_pb_headers5} ${G_pb_headers6} ${G_pb_headers7}
INCSDIR= /usr/include/g++
.PATH: ${DIST}/libstdc++-v3/include
# Get default targets including <bsd.inc.mk>.
.include <bsd.prog.mk>
|