Skip to content

Commit

Permalink
security/openssh: Don't set MESSAGE vars for pam
Browse files Browse the repository at this point in the history
because the MESSAGE is gone
  • Loading branch information
gdt committed Nov 6, 2023
1 parent c58340d commit 70a4dc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions security/openssh/options.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.44 2023/11/06 13:34:32 gdt Exp $
# $NetBSD: options.mk,v 1.45 2023/11/06 13:48:41 gdt Exp $

PKG_OPTIONS_VAR= PKG_OPTIONS.openssh
PKG_SUPPORTED_OPTIONS= editline fido kerberos openssl pam legacymodsz
Expand Down Expand Up @@ -47,8 +47,6 @@ PLIST_VARS+= pam
.if !empty(PKG_OPTIONS:Mpam)
.include "../../mk/pam.buildlink3.mk"
CONFIGURE_ARGS+= --with-pam
MESSAGE_SRC+= ${.CURDIR}/MESSAGE.pam
MESSAGE_SUBST+= EGDIR=${EGDIR}
. if ${OPSYS} == "Linux"
PLIST.pam= yes
. endif
Expand Down

0 comments on commit 70a4dc5

Please sign in to comment.