Initial revision
authorceriel <none@none>
Fri, 12 Dec 1986 13:43:06 +0000 (13:43 +0000)
committerceriel <none@none>
Fri, 12 Dec 1986 13:43:06 +0000 (13:43 +0000)
mach/vax4/libbsd4_1a/compmodule [new file with mode: 0755]

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