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:
parent
ad4c6857b6
commit
144c917377
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user