diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-10-29 03:01:21 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-10-29 14:08:24 +0000 |
| commit | 6ce99625ca7acecaa64723f0440007eb3f60f53d (patch) | |
| tree | a629bc64c39e94ff57eabe23e98337665d23f3a3 /lib/atf | |
| parent | 0e1c864898c1803835b1be0d59342ca761051db8 (diff) | |
Diffstat (limited to 'lib/atf')
| -rw-r--r-- | lib/atf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/atf/Makefile b/lib/atf/Makefile index baadf535b424..05c7973fdc02 100644 --- a/lib/atf/Makefile +++ b/lib/atf/Makefile @@ -27,8 +27,8 @@ .include <src.opts.mk> -SUBDIR= libatf-c \ - libatf-c++ \ +SUBDIR= libatf-c +SUBDIR.${MK_CXX}+= libatf-c++ SUBDIR.${MK_TESTS}+= tests |
