summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/g++/Makefile
blob: 2492a5f259ae8e72a8fa99e7c8991105d44069a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.14 2001/08/19 14:23:55 mrg Exp $

.include <bsd.own.mk>

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

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

MAN=		g++.1
MLINKS=		g++.1 c++.1

.include "../Makefile.frontend"

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