libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVER
[freebsd-src.git] / usr.bin / cxxfilt / Makefile
blob496b240a79d5bff3cd9434b1cb80f9746c3ed7a7
1 # $FreeBSD$
3 .include <src.opts.mk>
5 ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain
6 SRCDIR= ${ELFTCDIR}/cxxfilt
8 .PATH: ${SRCDIR}
10 PROG= c++filt
11 SRCS= cxxfilt.c
13 LIBADD= elftc
15 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
17 .include <bsd.prog.mk>