MK_LIBDIR — Install directory for libraries
MODULES="... path ..."mk_declare
-e
-s
MK_LIBDIR
The directory where libraries are installed. On multiarchitecture
systems that do not use "fat" binaries, this is a system-dependent
variable that has separate values for each ISA. For example, on
a Debian-like x86_64 Linux system, it defaults to $
for the x86_64 ISA and MK_BASELIBDIR
${
for the
x86_32 ISA.
MK_BASELIBDIR
}32
On systems that use "fat" binaries, such as Darwin, it is equivalent
to MK_BASELIBDIR
.