Build the PAM modules under lib/pam_module, since they are not
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 8 Jul 2005 15:42:01 +0000 (15:42 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 8 Jul 2005 15:42:01 +0000 (15:42 +0000)
commitd800bad324d418b44503dbeceea493fda637be8f
treea589c23d376861f8d1ec770d1e4487c27ef67c39
parentd4bcca3ee5aa329f389764536beb621bdec42f6f
Build the PAM modules under lib/pam_module, since they are not
directly related to libpam, other than using it. Use versioned
module names and install them under /usr/lib/security.

Copy pam_cleartext_pass_ok.c from
lib/libpam/modules/pam_cleartext_pass_ok.
lib/pam_module/Makefile [new file with mode: 0644]
lib/pam_module/Makefile.inc [new file with mode: 0644]
lib/pam_module/Makefile.shlib [new file with mode: 0644]
lib/pam_module/pam_cleartext_pass_ok/Makefile [new file with mode: 0644]
lib/pam_module/pam_cleartext_pass_ok/pam_cleartext_pass_ok.c [new file with mode: 0644]
lib/pam_module/pam_deny/Makefile [new file with mode: 0644]
lib/pam_module/pam_permit/Makefile [new file with mode: 0644]
lib/pam_module/pam_unix/Makefile [new file with mode: 0644]