23 lines
437 B
Makefile
23 lines
437 B
Makefile
# $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>
|