From 937bd80bc8fdb4147e2347378c71a345df564d8b Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 22 Aug 2005 10:20:33 +0000 Subject: [PATCH] check for /usr/include/skey.h on NetBSD - in case dist with MKSKEY=no --- security/sudo/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/sudo/options.mk b/security/sudo/options.mk index 66a279dd076e..11d24ef17501 100644 --- a/security/sudo/options.mk +++ b/security/sudo/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.9 2005/06/22 10:30:12 taca Exp $ +# $NetBSD: options.mk,v 1.10 2005/08/22 10:20:33 abs Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.sudo PKG_SUPPORTED_OPTIONS= pam kerberos ldap skey -.if ${OPSYS} == "NetBSD" +.if ${OPSYS} == "NetBSD" && exists(/usr/include/skey.h) PKG_SUGGESTED_OPTIONS= skey .endif