NetBSD/lib/libpam
rin 6ce10d32d6 Fix fallout from NO_STATIC_MODULES -> OPENPAM_STATIC_MODULES changes;
libpam.a fails to load any modules and does not work at all.

At the moment, openpam_load.c at least must be compiled with and without
OPENPAM_STATIC_MODULES for static and shared libraries, respectively.

Therefore, use CSHLIBFLAGS again, in order to build objects for static and
shared libraries separately.

This may be ugly, but seems better for me than adding further hacks in
libpam/libpam/Makefile, which is already complicated enough...
2020-05-23 00:43:33 +00:00
..
libpam Fix fallout from NO_STATIC_MODULES -> OPENPAM_STATIC_MODULES changes; 2020-05-23 00:43:33 +00:00
modules Fix fallout from NO_STATIC_MODULES -> OPENPAM_STATIC_MODULES changes; 2020-05-23 00:43:33 +00:00
staticmodules
Makefile
Makefile.inc Fix fallout from NO_STATIC_MODULES -> OPENPAM_STATIC_MODULES changes; 2020-05-23 00:43:33 +00:00