Initial revision

This commit is contained in:
ceriel
1988-04-19 09:34:37 +00:00
parent 5140441585
commit a61b1a19bb
113 changed files with 2057 additions and 0 deletions

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

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