make -> mk
diff --git a/src/mksyslib b/src/mksyslib
new file mode 100644
index 0000000..9f0b5df
--- /dev/null
+++ b/src/mksyslib
@@ -0,0 +1,11 @@
+default:V:	$PLAN9/lib/$LIB
+
+$PLAN9/lib/$LIB:V:	$OFILES			# force archive even when not needed
+	ar rvc $PLAN9/lib/$LIB $newprereq
+
+&:n:	&.$O
+	ar rvc $LIB $stem.$O
+
+all install:V: $PLAN9/lib/$LIB
+
+<$PLAN9/src/mkcommon