summaryrefslogtreecommitdiffstats
path: root/cddl/sbin
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/sbin
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/sbin')
-rw-r--r--cddl/sbin/Makefile6
-rw-r--r--cddl/sbin/tests/Makefile10
2 files changed, 15 insertions, 1 deletions
diff --git a/cddl/sbin/Makefile b/cddl/sbin/Makefile
index f74307c..4fd96f6 100644
--- a/cddl/sbin/Makefile
+++ b/cddl/sbin/Makefile
@@ -2,7 +2,11 @@
.include <bsd.own.mk>
-SUBDIR= ${_zfs} ${_zpool}
+SUBDIR= ${_tests} ${_zfs} ${_zpool}
+
+.if ${MK_TESTS} != "no"
+_tests= tests
+.endif
.if ${MK_ZFS} != "no"
_zfs= zfs
diff --git a/cddl/sbin/tests/Makefile b/cddl/sbin/tests/Makefile
new file mode 100644
index 0000000..91bbaee
--- /dev/null
+++ b/cddl/sbin/tests/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/cddl/sbin
+
+.PATH: ${.CURDIR:H:H:H}/tests
+KYUAFILE= yes
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud