summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/c++/Makefile
blob: 7ed1739da496723c599546b62f27bce2657963d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# $FreeBSD$
#

PROG =	c++
SRCS =	g++.c
BINDIR=	/usr/bin
LINKS=	${BINDIR}/c++ ${BINDIR}/g++
NOMAN=	1

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud