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 8e920c2..a3f5547 100644
--- a/mkfile
+++ b/mkfile
@@ -21,5 +21,15 @@ HFILES=dat.h fns.h
BIN=/$objtype/bin
+PROLOGFILES=\
+ stdlib.pl\
+ repl.pl
+
+default:V: all
+
+install: $PROLOGFILES
+ mkdir -p /sys/lib/prolog
+ cp $PROLOGFILES /sys/lib/prolog
+
</sys/src/cmd/mkone