From: ceriel Date: Mon, 23 Feb 1987 19:04:27 +0000 (+0000) Subject: Initial revision X-Git-Tag: release-5-5~4637 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5bb235c02a4919613bc9c006052134cd9e056358;p=ack.git Initial revision --- diff --git a/mach/vax4/libbsd4_2/compmodule b/mach/vax4/libbsd4_2/compmodule new file mode 100755 index 000000000..3b054dea9 --- /dev/null +++ b/mach/vax4/libbsd4_2/compmodule @@ -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