aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/usr.bin/Makefile')
-rw-r--r--cddl/usr.bin/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile
new file mode 100644
index 000000000000..8739cedad60a
--- /dev/null
+++ b/cddl/usr.bin/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+.if ${MK_ZFS} != "no"
+SUBDIR= ${_ztest}
+.endif
+
+.if ${MACHINE_ARCH} == "i386"
+.if ${MACHINE} == "i386"
+_ztest= ztest
+.endif
+.endif
+
+.include <bsd.subdir.mk>