diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-06-09 16:04:04 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-06-09 16:04:04 +0000 |
commit | 861ad53cbf94ecb581596eb10a287e108efb4ef4 (patch) | |
tree | 41aa7c476f16a3f360886036a531359261de263f /Mk/bsd.options.mk | |
parent | a96308c51e5f50217cdade95d43560d064259e2b (diff) |
Notes
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 |