From: David van Moolenbroek Date: Tue, 14 Feb 2017 22:19:53 +0000 (+0000) Subject: Enable IPv6 support X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=722c5aa73f931148b1ab41723e8c7c1d5be459e7;p=minix.git Enable IPv6 support Change-Id: I3f68c38ca5efbecd04941064542ed24004db1429 --- diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc index 5807fba36..66e5cb402 100644 --- a/lib/libc/Makefile.inc +++ b/lib/libc/Makefile.inc @@ -17,7 +17,6 @@ # The Hesiod functions are always in libc. To choose that getpwent() and friends # actually call the Hesiod functions, put -DHESIOD on the CPPFLAGS line below. .if defined(__MINIX) -USE_INET6=no MKYP=no #requires RPC USE_JEMALLOC=no USE_FORT=no diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 2c685f9d4..f76d5f8a7 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -38,7 +38,6 @@ MKGDB:= no MKGROFF:= no MKHESIOD:= no MKHTML:= no -MKINET6:= no MKIPFILTER:= no MKISCSI:= no MKKERBEROS:= no diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 9f390779e..69bd004d0 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -52,10 +52,10 @@ SUBDIR+= mdsetimage .endif .if (${MKINET6} != "no") -SUBDIR+=faithd ifmcstat ndp rip6query rtsold +SUBDIR+= .endif .if (${USE_INET6} != "no") -SUBDIR+=mld6query route6d rtadvd traceroute6 +SUBDIR+= .endif .if !defined(__MINIX)