From d62336a718b1226522800e55fca4c3847eecd415 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 12 Dec 1986 13:43:06 +0000 Subject: [PATCH] Initial revision --- mach/vax4/libbsd4_1a/compmodule | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mach/vax4/libbsd4_1a/compmodule diff --git a/mach/vax4/libbsd4_1a/compmodule b/mach/vax4/libbsd4_1a/compmodule new file mode 100755 index 000000000..67777e8a6 --- /dev/null +++ b/mach/vax4/libbsd4_1a/compmodule @@ -0,0 +1,4 @@ +if vax4 -O -c -I../../../h -I. $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi -- 2.34.1