summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-04-28 04:20:14 +0000
committerjmmv <jmmv@FreeBSD.org>2014-04-28 04:20:14 +0000
commit797209d767d2ab0f25d4df1b759273052ae7b6d4 (patch)
tree75b9c0126658bfd0f8c3a40cc52ce8056da937c4 /cddl/usr.bin/Makefile
parent5b89692b00a51ee27c4f004b3c954b0b123bf551 (diff)
downloadFreeBSD-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 'cddl/usr.bin/Makefile')
-rw-r--r--cddl/usr.bin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile
index 13d3a86..3547ff7 100644
--- a/cddl/usr.bin/Makefile
+++ b/cddl/usr.bin/Makefile
@@ -7,11 +7,16 @@ SUBDIR= \
ctfdump \
ctfmerge \
sgsmsg \
+ ${_tests} \
${_zinject} \
${_zlook} \
${_zstreamdump} \
${_ztest}
+.if ${MK_TESTS} != "no"
+_tests= tests
+.endif
+
.if ${MK_ZFS} != "no"
_zinject= zinject
#_zlook= zlook
OpenPOWER on IntegriCloud