Initial revision

This commit is contained in:
ceriel
1987-02-23 19:38:14 +00:00
parent 3baea33f46
commit f8b59e9308
2 changed files with 44 additions and 0 deletions

6
mach/sun3/libcc/compmodule Executable file
View File

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