Enable IPv6 support
Change-Id: I3f68c38ca5efbecd04941064542ed24004db1429
This commit is contained in:
parent
08cbf5a04d
commit
722c5aa73f
@ -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
|
||||
|
@ -38,7 +38,6 @@ MKGDB:= no
|
||||
MKGROFF:= no
|
||||
MKHESIOD:= no
|
||||
MKHTML:= no
|
||||
MKINET6:= no
|
||||
MKIPFILTER:= no
|
||||
MKISCSI:= no
|
||||
MKKERBEROS:= no
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user