diff options
author | tnn <tnn> | 2008-05-22 15:48:13 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-22 15:48:13 +0000 |
commit | ecaeea8cc02a7bd4667f161dd38ba90087363917 (patch) | |
tree | 256130ba57bf58b69a0ba36bf56bdf1aa8d4a242 /mk/bsd.prefs.mk | |
parent | 0eaf9762a7ea9e7ab02a913337ff920d81bdc4ea (diff) | |
download | pkgsrc-ecaeea8cc02a7bd4667f161dd38ba90087363917.tar.gz |
Daniel Horecki pointed out on irc that all USE_INET6 references have been
purged from pkgsrc-wip, so remove the support code for that.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 2b28d341864..f6243847969 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.281 2008/04/16 12:28:48 tnn Exp $ +# $NetBSD: bsd.prefs.mk,v 1.282 2008/05/22 15:48:13 tnn Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -462,11 +462,6 @@ IPV6_READY= YES IPV6_READY= NO .endif -# XXX -# XXX Retain the following until USE_INET6 has been purged from pkgsrc-wip. -# XXX -USE_INET6?= ${IPV6_READY} - LOCALBASE?= /usr/pkg X11_TYPE?= native .if !empty(X11_TYPE:Mnative) |