Actually add c++filt's Makefile

Missed in r282285

Pointy hat to:	emaste
This commit is contained in:
Ed Maste 2015-04-30 22:51:15 +00:00
parent 8325ce5c7e
commit 83990d380a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282288

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>