Initial revision

This commit is contained in:
ceriel
1988-04-19 10:19:15 +00:00
parent 3f7dab848e
commit 0fee5d5f16
11 changed files with 266 additions and 0 deletions

4
mach/minix/libsys/compmodule Executable file
View File

@@ -0,0 +1,4 @@
if minix -c -L -LIB $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi