diff --git a/mach/m68k2/libsys/compmodule b/mach/m68k2/libsys/compmodule new file mode 100755 index 000000000..2949d1310 --- /dev/null +++ b/mach/m68k2/libsys/compmodule @@ -0,0 +1,4 @@ +if l68k2 -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi