Initial revision
authorceriel <none@none>
Mon, 23 Feb 1987 19:04:27 +0000 (19:04 +0000)
committerceriel <none@none>
Mon, 23 Feb 1987 19:04:27 +0000 (19:04 +0000)
mach/vax4/libbsd4_2/compmodule [new file with mode: 0755]

diff --git a/mach/vax4/libbsd4_2/compmodule b/mach/vax4/libbsd4_2/compmodule
new file mode 100755 (executable)
index 0000000..3b054de
--- /dev/null
@@ -0,0 +1,4 @@
+if vax4 -O -c -L -I../../../h -I. $1 1>&2
+then echo `basename $1 $2`.o
+else exit 1
+fi