rtsol is just a stripped-down version of rtsold and as such it should

be built only if MK_INET6 is true: it's specific to IPv6.

Pointed out by:	ume
This commit is contained in:
Yaroslav Tykhiy 2006-07-27 17:50:05 +00:00
parent ad4c6857b6
commit 144c917377

View File

@ -78,7 +78,7 @@ SUBDIR= adjkerntz \
restore \
route \
routed \
rtsol \
${_rtsol} \
savecore \
${_sconfig} \
setkey \
@ -111,6 +111,7 @@ _pflogd= pflogd
.if ${MK_INET6} != "no"
_ping6= ping6
_rtsol= rtsol
.endif
.if ${MACHINE_ARCH} == "i386"