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 /secure/Makefile | |
| parent | cd155b56033ab2693464bdade23e2ccd623e9936 (diff) | |
Notes
Diffstat (limited to 'secure/Makefile')
| -rw-r--r-- | secure/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/secure/Makefile b/secure/Makefile index c7845d4c8057d..52830a50f1267 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -3,12 +3,10 @@ .include <src.opts.mk> SUBDIR= lib .WAIT \ - libexec ${_tests} usr.bin usr.sbin + libexec usr.bin usr.sbin SUBDIR_PARALLEL= -.if ${MK_TESTS} != "no" -_tests= tests -.endif +SUBDIR.${MK_TESTS}+= tests # These are the programs which depend on crypto, but not Kerberos. SPROGS= lib/libfetch lib/libpam lib/libradius lib/libtelnet \ |
