diff options
author | tnn <tnn> | 2008-05-22 15:51:35 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-22 15:51:35 +0000 |
commit | da219cd0a99397ff81e979f818b9d1dfae6c4e48 (patch) | |
tree | 071274cf06f1981ba70359aa9c4bdd83a9e1c185 /mk/defaults/mk.conf | |
parent | ecaeea8cc02a7bd4667f161dd38ba90087363917 (diff) | |
download | pkgsrc-da219cd0a99397ff81e979f818b9d1dfae6c4e48.tar.gz |
undocument USE_INET6
Diffstat (limited to 'mk/defaults/mk.conf')
-rw-r--r-- | mk/defaults/mk.conf | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 2f62a6195af..b841e3ed3e4 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.174 2008/04/10 16:43:58 obache Exp $ +# $NetBSD: mk.conf,v 1.175 2008/05/22 15:51:35 tnn Exp $ # # This file provides default values for variables that may be overridden @@ -1728,16 +1728,6 @@ USE_CRYPTO?= YES # Possible: YES, or NO. # Default: YES -#USE_INET6= -# Enable IPv6 support on certain packages. It is safer to leave it undefined -# in mk.conf and obey the default. Reasons: -# - it is just fine to use IPv6-ready packages on top of non-IPv6 kernel -# (assuming that you have IPv6-ready headers and libraries) -# - it may cause some trouble to use a package compiled with USE_INET6=NO, -# on top of IPv6-ready kernel -# Possible: not defined, NO, YES -# Default: YES on IPv6-ready userland, not defined otherwise - USERPPP_GROUP?= network # Used in the userppp package to specify the default group. # Possible: any group name |