]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/cc/c++filt/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / usr.bin / cc / c++filt / Makefile
1 # $FreeBSD$
2
3 NO_MAN=
4 .include <bsd.own.mk>
5
6 .include "../Makefile.inc"
7 .include "../Makefile.fe"
8
9 .PATH: ${GCCLIB}/libiberty
10
11 PROG=   c++filt
12 SRCS=   cp-demangle.c
13
14 CFLAGS+= -DSTANDALONE_DEMANGLER -DVERSION=\"$(GCC_VERSION)\"
15
16 DPADD=  ${LIBIBERTY}
17 LDADD=  ${LIBIBERTY}
18
19 .include <bsd.prog.mk>