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
|
# 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.
|
# actually call the Hesiod functions, put -DHESIOD on the CPPFLAGS line below.
|
||||||
.if defined(__MINIX)
|
.if defined(__MINIX)
|
||||||
USE_INET6=no
|
|
||||||
MKYP=no #requires RPC
|
MKYP=no #requires RPC
|
||||||
USE_JEMALLOC=no
|
USE_JEMALLOC=no
|
||||||
USE_FORT=no
|
USE_FORT=no
|
||||||
|
@ -38,7 +38,6 @@ MKGDB:= no
|
|||||||
MKGROFF:= no
|
MKGROFF:= no
|
||||||
MKHESIOD:= no
|
MKHESIOD:= no
|
||||||
MKHTML:= no
|
MKHTML:= no
|
||||||
MKINET6:= no
|
|
||||||
MKIPFILTER:= no
|
MKIPFILTER:= no
|
||||||
MKISCSI:= no
|
MKISCSI:= no
|
||||||
MKKERBEROS:= no
|
MKKERBEROS:= no
|
||||||
|
@ -52,10 +52,10 @@ SUBDIR+= mdsetimage
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (${MKINET6} != "no")
|
.if (${MKINET6} != "no")
|
||||||
SUBDIR+=faithd ifmcstat ndp rip6query rtsold
|
SUBDIR+=
|
||||||
.endif
|
.endif
|
||||||
.if (${USE_INET6} != "no")
|
.if (${USE_INET6} != "no")
|
||||||
SUBDIR+=mld6query route6d rtadvd traceroute6
|
SUBDIR+=
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(__MINIX)
|
.if !defined(__MINIX)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user