Date: Fri, 28 Jul 2006 00:06:15 +0900 From: Hajimu UMEMOTO <ume@FreeBSD.org> To: Yar Tikhiy <yar@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/route Makefile src/sbin/rtsol Makefile src/sbin/setkey Makefile Message-ID: <ygeejw7w0ig.wl%ume@mahoroba.org> In-Reply-To: <200607271326.k6RDQTBt081170@repoman.freebsd.org> References: <200607271326.k6RDQTBt081170@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, >>>>> On Thu, 27 Jul 2006 13:26:29 +0000 (UTC) >>>>> Yar Tikhiy <yar@FreeBSD.org> said: yar> yar 2006-07-27 13:26:29 UTC yar> FreeBSD src repository yar> Modified files: yar> sbin/route Makefile yar> sbin/rtsol Makefile yar> sbin/setkey Makefile yar> Log: yar> Obey MK_INET6_SUPPORT. yar> This is also a good chance to apply style.Makefile(5) in some cases. rtsol is a utility only for IPv6, and INET6 is not referred from rtsol sources. Since INET6 might be reffered from include files, -DINET6 is required, here. So, building rtsol without -DINET6 is not good. You may want to exclude rtsol from building by src/sbin/Makefile, instead. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ygeejw7w0ig.wl%ume>