blob: 008ad16a886f4d095925e18ab5d4471dea713900 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.11 2003/10/28 08:12:32 lukem Exp $
NOOBJ= # defined
.include <bsd.own.mk>
.include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk"
DIST= ${NETBSDSRCDIR}/gnu/dist/toolchain
INCS= ${LIBIO_HEADERS:Niostdio.h}
INCSDIR= /usr/include/g++
.PATH: ${DIST}/libstdc++ ${DIST}/libstdc++/stl ${DIST}/libio
# Get default targets including <bsd.inc.mk>.
.include <bsd.prog.mk>
|