Enable IPv6 support

Change-Id: I3f68c38ca5efbecd04941064542ed24004db1429
This commit is contained in:
David van Moolenbroek 2017-02-14 22:19:53 +00:00
parent 08cbf5a04d
commit 722c5aa73f
3 changed files with 2 additions and 4 deletions

View 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

View File

@ -38,7 +38,6 @@ MKGDB:= no
MKGROFF:= no
MKHESIOD:= no
MKHTML:= no
MKINET6:= no
MKIPFILTER:= no
MKISCSI:= no
MKKERBEROS:= no

View 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)