diff options
Diffstat (limited to 'Mk/bsd.options.mk')
-rw-r--r-- | Mk/bsd.options.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk index 3d1010f1c0be..9e2fabad02c4 100644 --- a/Mk/bsd.options.mk +++ b/Mk/bsd.options.mk @@ -65,12 +65,10 @@ PORT_OPTIONS+= DOCS PORT_OPTIONS+= NLS .endif -# Set the default values for the global options, as defined by portmgr .if !defined(NOPORTEXAMPLES) PORT_OPTIONS+= EXAMPLES .endif -# Activate IPV6 by default PORT_OPTIONS+= IPV6 # Add per arch options |