From 797209d767d2ab0f25d4df1b759273052ae7b6d4 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 28 Apr 2014 04:20:14 +0000 Subject: MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies. This is "make tinderbox" clean. --- secure/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'secure/Makefile') diff --git a/secure/Makefile b/secure/Makefile index 7342709..21b05f2 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -2,7 +2,11 @@ .include -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 \ -- cgit v1.1