diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-09-02 04:09:15 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-09-07 08:23:14 +0000 |
| commit | a30235a4c360c06bb57be1f10ae6866a71fb5622 (patch) | |
| tree | cd4ab5954e09236b2adbafe554486c1ef319e49d /lib/libpam | |
| parent | 30975efbaff0a021545e81bd9fa09d848edfaafa (diff) | |
Diffstat (limited to 'lib/libpam')
| -rw-r--r-- | lib/libpam/modules/pam_krb5/Makefile | 2 | ||||
| -rw-r--r-- | lib/libpam/modules/pam_ksu/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libpam/modules/pam_krb5/Makefile b/lib/libpam/modules/pam_krb5/Makefile index 97fd49092298..a11cad75ebce 100644 --- a/lib/libpam/modules/pam_krb5/Makefile +++ b/lib/libpam/modules/pam_krb5/Makefile @@ -24,6 +24,8 @@ # # $FreeBSD$ +PACKAGE= kerberos + LIB= pam_krb5 SRCS= pam_krb5.c MAN= pam_krb5.8 diff --git a/lib/libpam/modules/pam_ksu/Makefile b/lib/libpam/modules/pam_ksu/Makefile index 26f3f850daaa..b16e923bde89 100644 --- a/lib/libpam/modules/pam_ksu/Makefile +++ b/lib/libpam/modules/pam_ksu/Makefile @@ -24,6 +24,8 @@ # # $FreeBSD$ +PACKAGE= kerberos + LIB= pam_ksu SRCS= pam_ksu.c MAN= pam_ksu.8 |
