Actually add c++filt's Makefile

Missed in r282285

Pointy hat to:	emaste
This commit is contained in:
emaste 2015-04-30 22:51:15 +00:00
parent 9cbb7c919e
commit 7027d7c8c4

17
usr.bin/cxxfilt/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $FreeBSD$
.include <src.opts.mk>
ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain
SRCDIR= ${ELFTCDIR}/cxxfilt
.PATH: ${SRCDIR}
PROG= c++filt
SRCS= cxxfilt.c
LIBADD= elftc
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
.include <bsd.prog.mk>