]> Zhao Yanbai Git Server - minix.git/commitdiff
Enable IPv6 support 51/3451/1
authorDavid van Moolenbroek <david@minix3.org>
Tue, 14 Feb 2017 22:19:53 +0000 (22:19 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 9 Mar 2017 23:40:09 +0000 (23:40 +0000)
Change-Id: I3f68c38ca5efbecd04941064542ed24004db1429

lib/libc/Makefile.inc
share/mk/bsd.own.mk
usr.sbin/Makefile

index 5807fba369a432c56d544da442e316d81c74113b..66e5cb4026783cd89819f899442d2eb9c2f63e82 100644 (file)
@@ -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
index 2c685f9d42f6d02d947b4a42211849b32c719122..f76d5f8a7dec1bd22f6c4a3e01b09ad0c07c3525 100644 (file)
@@ -38,7 +38,6 @@ MKGDB:=               no
 MKGROFF:=      no
 MKHESIOD:=     no
 MKHTML:=       no
-MKINET6:=      no
 MKIPFILTER:=   no
 MKISCSI:=      no
 MKKERBEROS:=   no
index 9f390779ea8e4eabcd9ad31b66428b36395dcc6e..69bd004d0bc7540fa6d1a22b5081eb78fd50b734 100644 (file)
@@ -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)