aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.options.mk')
-rw-r--r--Mk/bsd.options.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk
index 9d96cbc32c6..3b1d2209c70 100644
--- a/Mk/bsd.options.mk
+++ b/Mk/bsd.options.mk
@@ -19,6 +19,11 @@ PORT_OPTIONS+= DOCS
.endif
PORT_OPTIONS+= NLS
+# Set the default values for the global options, as defined by portmgr
+.if !defined(NOPORTEXAMPLES)
+PORT_OPTIONS+= EXAMPLES
+.endif
+
# Append options set by the port Makefile
.for opt in ${OPTIONS_DEFINE}
ALL_OPTIONS+= ${opt}