mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
10 lines
240 B
Makefile
10 lines
240 B
Makefile
# $NetBSD: options.mk,v 1.1 2016/03/08 13:52:36 nros Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.mxml
|
|
PKG_SUPPORTED_OPTIONS= debug
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mdebug)
|
|
CONFIGURE_ARGS+= --enable-debug=yes
|
|
.endif
|