Initial revision

This commit is contained in:
ceriel 1987-02-23 19:04:27 +00:00
parent 4ffb6fe8bd
commit 5bb235c02a

4
mach/vax4/libbsd4_2/compmodule Executable file
View file

@ -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