diff options
| author | Julio Merino <jmmv@FreeBSD.org> | 2014-04-21 21:39:25 +0000 |
|---|---|---|
| committer | Julio Merino <jmmv@FreeBSD.org> | 2014-04-21 21:39:25 +0000 |
| commit | 38f0b757fd84d17d0fc24739a7cda160c4516d81 (patch) | |
| tree | 891f0c9897443605b2f8f8e0659b0124e71f8c7f /secure/libexec/Makefile | |
| parent | 236b00df63662264e8ee6d785e14e413740c9ad9 (diff) | |
Notes
Diffstat (limited to 'secure/libexec/Makefile')
| -rw-r--r-- | secure/libexec/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile index 0c680e4d7b9a..9edc8e66c197 100644 --- a/secure/libexec/Makefile +++ b/secure/libexec/Makefile @@ -7,4 +7,8 @@ SUBDIR= SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper .endif +.if ${MK_TESTS} != "no" +SUBDIR+=tests +.endif + .include <bsd.subdir.mk> |
