15 lines
306 B
Makefile
15 lines
306 B
Makefile
# $NetBSD: options.mk,v 1.1 2012/03/09 13:41:30 fhajny Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.memcached
|
|
|
|
PKG_SUPPORTED_OPTIONS= dtrace
|
|
PKG_SUGGESTED_OPTIONS= # empty
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
###
|
|
### Enable Dtrace support
|
|
###
|
|
.if !empty(PKG_OPTIONS:Mdtrace)
|
|
CONFIGURE_ARGS+= --enable-dtrace
|
|
.endif
|