summaryrefslogtreecommitdiff
path: root/security/qore-ssh2-module/options.mk
blob: 9b174cc0ad6c51133781b99fe6dfcee9c1ade2c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: options.mk,v 1.2 2019/11/04 21:13:01 rillig Exp $
#

PKG_OPTIONS_VAR=	PKG_OPTIONS.qore-ssh2-module
PKG_SUPPORTED_OPTIONS=	debug
.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+=	--enable-debug
.else
CONFIGURE_ARGS+=	--disable-debug
.endif