From 7f4c5045cc52a268fa63529ec47833432fa8c4df Mon Sep 17 00:00:00 2001 From: yar Date: Thu, 27 Jul 2006 17:50:05 +0000 Subject: 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 --- sbin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin/Makefile') diff --git a/sbin/Makefile b/sbin/Makefile index 97e3d7c..23d3661 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -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" -- cgit v1.1