summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc3/g++/Makefile
blob: 54a57af6f78be040c102c7d36c6b1c3597fb40ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.2 2003/08/04 06:58:20 mrg Exp $

.include <bsd.own.mk>

PROG=           g++
SRCS=		g++spec.c

CPPFLAGS+=	-I${BACKENDOBJ}

LINKS+=		${BINDIR}/g++ ${BINDIR}/c++

NOMAN=		# defined

.include "../Makefile.frontend"

.PATH: ${DIST}/gcc ${DIST}/gcc/cp