diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2000-01-27 19:17:33 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2000-01-27 19:17:33 +0000 |
commit | 3ae8e7e111f28bc7a7235481367d575b3c309056 (patch) | |
tree | 7aee302ed2413e17540bb7db75cc4378be024154 /etc | |
parent | 0dd4bc7de09574eabc665f10d8394e9cbca4ece9 (diff) | |
download | FreeBSD-src-3ae8e7e111f28bc7a7235481367d575b3c309056.zip FreeBSD-src-3ae8e7e111f28bc7a7235481367d575b3c309056.tar.gz |
Remove 'USE_INET6' define. Now we check IPv6 ability by 'OSVERSION'
Suggested by: asami
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 0aa752a..55731d0 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -111,11 +111,6 @@ #MOTIFLIB= -L${X11BASE}/lib -lXm # # -# If you use IPv6-ready kernel and want to enbale IPv6 support on certain -# packages, uncomment this. -#USE_INET6= yes -# -# # If you're resident in the USA, this will help various ports to determine # whether or not they should attempt to comply with the various U.S. # export regulations on certain types of software which do not apply to |