aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-09-14 20:34:26 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-09-14 20:34:26 +0000
commitaf1a792f2b8b98bafc490c546a2ffc297c2f773b (patch)
treef2f82c437be94fe83d751b70ee02c9c2f350aa8f /security/Makefile
parentbcd9ad1bf873dac237ec4a421ae9b6d0964708e0 (diff)
downloadports-af1a792f2b8b98bafc490c546a2ffc297c2f773b.tar.gz
ports-af1a792f2b8b98bafc490c546a2ffc297c2f773b.zip
Add security/pam_pkcs11, PAM module using crypto tokens for auth
Submitted by: Ka Ho Ng <khng300@gmail.com> Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D26419
Notes
Notes: svn path=/head/; revision=548683
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 33ac92ffc9be..5f24bca70651 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -720,6 +720,7 @@
SUBDIR += pam_mkhomedir
SUBDIR += pam_ocra
SUBDIR += pam_p11
+ SUBDIR += pam_pkcs11
SUBDIR += pam_pwdfile
SUBDIR += pam_require
SUBDIR += pam_script