Initial revision

This commit is contained in:
ceriel
1989-02-08 15:12:03 +00:00
parent 634ffd0111
commit 46f14c974d
8 changed files with 137 additions and 0 deletions

6
mach/i386/libpc/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