summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-05-22 15:51:35 +0000
committertnn <tnn@pkgsrc.org>2008-05-22 15:51:35 +0000
commitb4c16a4282ea20ee4b05dcdd6d5c4e8b3510db40 (patch)
tree071274cf06f1981ba70359aa9c4bdd83a9e1c185 /mk
parent83290ab7333152fa5cd843c3063d6ac13c3be953 (diff)
downloadpkgsrc-b4c16a4282ea20ee4b05dcdd6d5c4e8b3510db40.tar.gz
undocument USE_INET6
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf12
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