diff options
author | jmmv <jmmv@FreeBSD.org> | 2014-04-28 04:20:14 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2014-04-28 04:20:14 +0000 |
commit | 797209d767d2ab0f25d4df1b759273052ae7b6d4 (patch) | |
tree | 75b9c0126658bfd0f8c3a40cc52ce8056da937c4 /secure/Makefile | |
parent | 5b89692b00a51ee27c4f004b3c954b0b123bf551 (diff) | |
download | FreeBSD-src-797209d767d2ab0f25d4df1b759273052ae7b6d4.zip FreeBSD-src-797209d767d2ab0f25d4df1b759273052ae7b6d4.tar.gz |
MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies.
This is "make tinderbox" clean.
Diffstat (limited to 'secure/Makefile')
-rw-r--r-- | secure/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/secure/Makefile b/secure/Makefile index 7342709..21b05f2 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 \ |