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

PROG =	c++
SRCS =	g++.c
BINDIR=	/usr/bin
NOMAN=	1
DPADD+=	${LIBCC_INT}
LDADD+=	-lcc_int

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