NetBSD/lib/libpam/modules
christos bbde328be4 Build the modules in two phases:
1. build the static modules first, before libpam so that the static
   libpam can link against the module .a files.
2. build the modules after the dynamic libpam is build, so that the
   dynamic modules can link against the dynamic libpam.
2010-05-03 22:12:32 +00:00
..
pam_afslog
pam_chroot
pam_deny
pam_echo
pam_exec
pam_ftpusers
pam_group
pam_guest
pam_krb5
pam_ksu
pam_lastlog
pam_login_access
pam_nologin Close file handle after using it. Found by cppcheck. 2010-01-17 23:17:08 +00:00
pam_permit
pam_radius
pam_rhosts
pam_rootok
pam_securetty
pam_self
pam_skey
pam_ssh
pam_unix
Makefile
mod.mk Build the modules in two phases: 2010-05-03 22:12:32 +00:00