diff options
author | Niels Heinen <niels@FreeBSD.org> | 2005-06-14 20:01:55 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2005-06-14 20:01:55 +0000 |
commit | 91cdac02fb80b2d17c596d88307d3cc4f4dea625 (patch) | |
tree | dcd218a88baf912861f2c49c9e9d34988c1f698b /security/Makefile | |
parent | 0f049ee75c8684db45cd2f7ee14ec383c822d9ba (diff) | |
download | ports-91cdac02fb80b2d17c596d88307d3cc4f4dea625.tar.gz ports-91cdac02fb80b2d17c596d88307d3cc4f4dea625.zip |
New port: Create HOME directory with a PAM module on demand
Based on submission via the following PR:
PR: ports/82032
Submitted by: Martin Mersberger
Approved by: nectar (mentor)
Notes
Notes:
svn path=/head/; revision=137459
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 6d2f020e2ed1..034834a1dcc0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -341,6 +341,7 @@ SUBDIR += pam_alreadyloggedin SUBDIR += pam_krb5 SUBDIR += pam_ldap + SUBDIR += pam_mkhomedir SUBDIR += pam_pgina SUBDIR += pam_pop3 SUBDIR += pam_pwdfile |