Change-Id: I3f68c38ca5efbecd04941064542ed24004db1429
# 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
MKGROFF:= no
MKHESIOD:= no
MKHTML:= no
-MKINET6:= no
MKIPFILTER:= no
MKISCSI:= no
MKKERBEROS:= no
.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)