summaryrefslogtreecommitdiff
path: root/tools/bus_space/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bus_space/Makefile')
-rw-r--r--tools/bus_space/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/bus_space/Makefile b/tools/bus_space/Makefile
new file mode 100644
index 000000000000..b13e3cfd7146
--- /dev/null
+++ b/tools/bus_space/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+SUBDIR= \
+ C \
+ Python
+
+.include <bsd.subdir.mk>