diff options
author | niels <niels@FreeBSD.org> | 2005-06-15 04:01:55 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2005-06-15 04:01:55 +0800 |
commit | 9731ff7621728a994babbbfb73b940a796491a2f (patch) | |
tree | 9c937c681081c1a9f58fc1bfb07f961b012a4692 /security/Makefile | |
parent | b73bbaef483b7822752216cc964006411a49c48b (diff) | |
download | freebsd-ports-gnome-9731ff7621728a994babbbfb73b940a796491a2f.tar.gz freebsd-ports-gnome-9731ff7621728a994babbbfb73b940a796491a2f.tar.zst freebsd-ports-gnome-9731ff7621728a994babbbfb73b940a796491a2f.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)
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 |