12 lines
266 B
Makefile
12 lines
266 B
Makefile
# $NetBSD: options.mk,v 1.1 2015/05/02 08:10:33 ryoon Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.mongodb
|
|
PKG_SUPPORTED_OPTIONS= ssl
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mssl)
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
SCONS_ARGS+= --ssl
|
|
.endif
|