Initial revision

This commit is contained in:
ceriel
1987-03-03 08:48:53 +00:00
parent c4a8f2371d
commit 1194f5f28c
3 changed files with 69 additions and 0 deletions

6
mach/sun2/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