blob: 66cdfd7b30b310c621d6799869beef55fcf1ceb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.1 2006/05/10 22:53:51 mrg Exp $
.include <bsd.own.mk>
.include "${.CURDIR}/../../arch/${MACHINE_ARCH}/defs.mk"
.cc: # disable .cc->NULL transform
DIST= ${NETBSDSRCDIR}/gnu/dist/gcc4
INCS= ${G_ext_headers}
INCSDIR= /usr/include/g++/ext
.PATH: ${DIST}/libstdc++-v3/include/ext
# Get default targets including <bsd.inc.mk>.
.include <bsd.prog.mk>
# XXX Not yet
#SUBDIR= pb_assoc
#.include <bsd.subdir.mk>
|