diff --git a/repos/mml/run/hello_mxtask.run b/repos/mml/run/hello_mxtask.run
index 95204be347..6990cd5b76 100644
--- a/repos/mml/run/hello_mxtask.run
+++ b/repos/mml/run/hello_mxtask.run
@@ -10,7 +10,11 @@ lappend build_components "lib/gdbserver_platform-$::env(KERNEL)"
build $build_components
create_boot_directory
-import_from_depot [depot_user]/src/vfs_pipe
+import_from_depot [depot_user]/src/[base_src] \
+ [depot_user]/pkg/[drivers_interactive_pkg] \
+ [depot_user]/src/demo \
+ [depot_user]/src/init \
+ [depot_user]/src/vfs_pipe
set config {
@@ -41,6 +45,26 @@ set config {
append_platform_drv_config
append config {
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -68,13 +92,6 @@ append config {
-
-
-
-
-
-
-
}