]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/cc/c++/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / gnu / usr.bin / cc / c++ / Makefile
1 # $FreeBSD$
2
3 NO_MAN=
4 .include <bsd.own.mk>
5
6 .include "../Makefile.inc"
7 .include "../Makefile.fe"
8
9 .PATH: ${GCCDIR}/cp
10
11 PROG=   g++
12 SRCS+=  g++spec.c
13
14 DPADD=  ${LIBCPP} ${LIBIBERTY}
15 LDADD=  ${LIBCPP} ${LIBIBERTY}
16
17 .if ${MK_CLANG_IS_CC} == "no"
18 LINKS=  ${BINDIR}/g++ ${BINDIR}/c++
19 LINKS+= ${BINDIR}/g++ ${BINDIR}/CC
20 .endif
21
22 .include <bsd.prog.mk>