Merge commit 'c5bab7026b8e0ac44b25ee08507ea360f177d844' into merges
[unleashed.git] / share / man / man3pam / Makefile
blob517698d078b0a3cbb20e0dfda3d5647e5d60b752
1 MAN = pam.3pam \
2 pam_acct_mgmt.3pam \
3 pam_authenticate.3pam \
4 pam_chauthtok.3pam \
5 pam_get_user.3pam \
6 pam_getenv.3pam \
7 pam_getenvlist.3pam \
8 pam_open_session.3pam \
9 pam_putenv.3pam \
10 pam_set_data.3pam \
11 pam_set_item.3pam \
12 pam_setcred.3pam \
13 pam_sm.3pam \
14 pam_sm_acct_mgmt.3pam \
15 pam_sm_authenticate.3pam \
16 pam_sm_chauthtok.3pam \
17 pam_sm_open_session.3pam \
18 pam_sm_setcred.3pam \
19 pam_start.3pam \
20 pam_strerror.3pam
23 # We want to just install manpages but there is no manpage-only mk file so
24 # we use prog.mk. This is ugly, but so is the entire share/man subtree.
25 # Eventually, it will go away and with it this hack as well.
26 .include <prog.mk>