b0ce16e6a3
debugging option. Bumped PKGREVISION.
13 lines
302 B
Makefile
13 lines
302 B
Makefile
# $NetBSD: options.mk,v 1.1 2006/07/17 22:16:55 rillig Exp $
|
|
#
|
|
|
|
PKG_SUPPORTED_OPTIONS= debug
|
|
PKG_SUGGESTED_OPTIONS= # none
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.cqual
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mdebug)
|
|
pre-configure:
|
|
${ECHO} "Enable debugging" > ${WRKSRC}/TODO-LOCAL
|
|
.endif
|