aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.options.desc.mk1
-rw-r--r--shells/zsh/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index 269439c5dbee..8519dfd27b8c 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -10,6 +10,7 @@ CDDA2WAV_DESC?= Enable cdda2was CD ripper
CURL_DESC?= Enable CURL support
DAGRAB_DESC?= Enable dagrab CD ripper
DBUS_DESC?= Enable D-Bus support
+DEBUG_DESC?= Enable debug flags
DOCS_DESC?= Build and install the documentation
EXAMPLES_DESC?= Build and install the examples
FLAC_DESC?= Enable support for flac
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 9315d8b58398..e69d08dd5372 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -39,7 +39,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-bsdtar
#EXTRA_COMPLETION_FILES= _sockstat
#EXTRA_COMPLETION_DIR= Completion/BSD/Command
-OPTIONS_DEFINE= GDBM MEM SECURE_FREE MAILDIR MULTIBYTE PCRE STATIC DOCS
+OPTIONS_DEFINE= GDBM MEM SECURE_FREE MAILDIR MULTIBYTE PCRE STATIC DOCS DEBUG
OPTIONS_DEFAULT= SECURE_FREE MAILDIR MULTIBYTE
GDBM_DESC= "Enable GDBM support (GPL)"