aboutsummaryrefslogtreecommitdiff
path: root/secure/Makefile
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-04-21 21:39:25 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-04-21 21:39:25 +0000
commit38f0b757fd84d17d0fc24739a7cda160c4516d81 (patch)
tree891f0c9897443605b2f8f8e0659b0124e71f8c7f /secure/Makefile
parent236b00df63662264e8ee6d785e14e413740c9ad9 (diff)
downloadsrc-38f0b757fd84d17d0fc24739a7cda160c4516d81.tar.gz
src-38f0b757fd84d17d0fc24739a7cda160c4516d81.zip
Notes
Diffstat (limited to 'secure/Makefile')
-rw-r--r--secure/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/secure/Makefile b/secure/Makefile
index 4edfa73e2c08..4a111a25c548 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -2,7 +2,11 @@
.include <bsd.own.mk>
-SUBDIR= lib libexec usr.bin usr.sbin
+SUBDIR= lib libexec ${_tests} usr.bin usr.sbin
+
+.if ${MK_TESTS} != "no"
+_tests= tests
+.endif
# These are the programs which depend on crypto, but not Kerberos.
SPROGS= lib/libfetch lib/libpam lib/libradius lib/libtelnet \