*** empty log message ***
authorkeie <none@none>
Tue, 4 Jun 1985 11:18:43 +0000 (11:18 +0000)
committerkeie <none@none>
Tue, 4 Jun 1985 11:18:43 +0000 (11:18 +0000)
mach/m68k2/libsys/compmodule [new file with mode: 0755]

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