Initial revision

This commit is contained in:
ceriel
1987-03-30 08:02:43 +00:00
parent a296eda4b0
commit a8a2c9dccc
6 changed files with 78 additions and 0 deletions

6
mach/sun2/liboc/compmodule Executable file
View File

@@ -0,0 +1,6 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then
echo `basename $1 $2`.o
else
exit 1
fi