Initial revision

This commit is contained in:
ceriel 1987-01-19 10:32:32 +00:00
parent f72b739e21
commit 4e17f5b9a5

4
mach/ns/libpc/compmodule Executable file
View file

@ -0,0 +1,4 @@
if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi