diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-04-30 21:30:33 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-04-30 21:30:33 +0000 |
| commit | 0a06cffc15b77c8a3e4b09b880d0db4647c1ec6d (patch) | |
| tree | 55d8ea01f0937ce539e1842479523e0cb65506c7 /usr.bin/Makefile | |
| parent | c07a0648eca0a240429f38fc1a9783997012b01d (diff) | |
Notes
Diffstat (limited to 'usr.bin/Makefile')
| -rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 557c4078bc5ca..8082a7fff4688 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -36,6 +36,7 @@ SUBDIR= ${_addr2line} \ csplit \ ctlstat \ cut \ + ${_cxxfilt} \ demandoc \ dirname \ dpv \ @@ -237,6 +238,7 @@ SUBDIR+= ee .if ${MK_ELFTOOLCHAIN_TOOLS} != "no" _addr2line= addr2line +_cxxfilt= cxxfilt _elfcopy= elfcopy _nm= nm _readelf= readelf |
