]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/cc/c++filt/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++filt / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc"
4 .include "../Makefile.fe"
5
6 .PATH: ${GCCLIB}/libiberty
7
8 PROG=   c++filt
9 SRCS=   cp-demangle.c
10 NO_MAN=
11
12 CFLAGS+= -DSTANDALONE_DEMANGLER -DVERSION=\"$(GCC_VERSION)\"
13
14 DPADD=  ${LIBIBERTY}
15 LDADD=  ${LIBIBERTY}
16
17 .include <bsd.prog.mk>