summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/mkfile b/mkfile
index 0c05261..9df4d9f 100644
--- a/mkfile
+++ b/mkfile
@@ -22,4 +22,14 @@ HFILES=\
BIN=/$objtype/bin
+DISTFILES=\
+ runtime/stdlib.apl\
+ runtime/start.apl\
+
+default:V: all
+
+install: $DISTFILES
+ mkdir -p /sys/lib/apl/runtime
+ cp $DISTFILES /sys/lib/apl/runtime
+
</sys/src/cmd/mkone