diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:35:51 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:35:51 +0000 |
| commit | 4b330699f819a81d8e34d471225143ffeb321855 (patch) | |
| tree | 3794bbf32b858fa79c3e362a4b95adc8a7863010 /cddl/usr.bin | |
| parent | cd155b56033ab2693464bdade23e2ccd623e9936 (diff) | |
Notes
Diffstat (limited to 'cddl/usr.bin')
| -rw-r--r-- | cddl/usr.bin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile index 78f745df5755..573f99b55bd8 100644 --- a/cddl/usr.bin/Makefile +++ b/cddl/usr.bin/Makefile @@ -6,15 +6,12 @@ SUBDIR= \ ctfconvert \ ctfdump \ ctfmerge \ - ${_tests} \ ${_zinject} \ ${_zlook} \ ${_zstreamdump} \ ${_ztest} -.if ${MK_TESTS} != "no" -_tests= tests -.endif +SUBDIR.${MK_TESTS}+= tests .if ${MK_ZFS} != "no" _zinject= zinject |
