From 49b182aa7f8be035164b804f63131103b7d82056 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 29 Mar 2014 10:30:15 +0000 Subject: Always add pam in PLIST_VARS. --- security/openssh/options.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/openssh/options.mk b/security/openssh/options.mk index b3cc2b5677e..da7c49cd2e1 100644 --- a/security/openssh/options.mk +++ b/security/openssh/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.28 2014/03/29 09:38:11 taca Exp $ +# $NetBSD: options.mk,v 1.29 2014/03/29 10:30:15 taca Exp $ .include "../../mk/bsd.prefs.mk" @@ -21,12 +21,13 @@ PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/openssh/ PATCH_DIST_STRIP= -p1 .endif +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} -PLIST_VARS+= pam .if ${OPSYS} == "Linux" PLIST.pam= yes .endif -- cgit v1.2.3