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

PROG =	c++
SRCS =	g++.c
BINDIR=	/usr/bin
NOMAN=	1
LDDESTDIR+=	-L${.CURDIR}/../cc_int/obj
LDDESTDIR+=	-L${.CURDIR}/../cc_int
LDADD+=	-lcc_int

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