Initial revision

This commit is contained in:
ceriel
1989-02-08 15:12:03 +00:00
parent f682c264a8
commit 143abc2420
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