I've been meaning to take pam_ssh out of the base system for a while now.

Finally do it.
This commit is contained in:
Brian Feldman 2001-05-04 03:53:48 +00:00
parent e758685bc9
commit 253fb6ea3a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76258

View File

@ -36,9 +36,6 @@ SUBDIR+= pam_opie
SUBDIR+= pam_permit
SUBDIR+= pam_radius
SUBDIR+= pam_skey
.if exists(${.CURDIR}/../../../crypto/openssh) && !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
SUBDIR+= pam_ssh
.endif
SUBDIR+= pam_tacplus
SUBDIR+= pam_unix