diff options
author | Ed Maste <emaste@FreeBSD.org> | 2017-06-25 22:19:01 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2017-06-25 22:19:01 +0000 |
commit | 2b7f789ebfc1d2b049bf705a49f76e078e3b11b7 (patch) | |
tree | 7c99930aa2aec9afef2f469345940b4d94ad176f /test/cxxfilt/ts/Makefile | |
parent | 8cc1f6cc64e76b11cee23af79828b63cd7be4c09 (diff) | |
download | src-vendor/elftoolchain/elftoolchain-r3561.tar.gz src-vendor/elftoolchain/elftoolchain-r3561.zip |
Import ELF Tool Chain snapshot at r3561vendor/elftoolchain/elftoolchain-r3561
Diffstat (limited to 'test/cxxfilt/ts/Makefile')
-rw-r--r-- | test/cxxfilt/ts/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cxxfilt/ts/Makefile b/test/cxxfilt/ts/Makefile index 9e2f728033c4..45e4e5560918 100644 --- a/test/cxxfilt/ts/Makefile +++ b/test/cxxfilt/ts/Makefile @@ -2,7 +2,11 @@ TOP= ../../.. +SUBDIR+= builtin SUBDIR+= misc +SUBDIR+= qualifiers SUBDIR+= regression +SUBDIR+= substitute +SUBDIR+= template .include "${TOP}/mk/elftoolchain.subdir.mk" |