Does anyone know why there is a -I.. in CFLAGS in the ifconfig Makefile?
It seems to build just fine without it both by hand and with buildworld.
-- Brooks
--
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4
pgpTa9DVF
On Fri, Mar 25, 2005 at 10:53:38AM -0800, Brooks Davis wrote:
> Does anyone know why there is a -I.. in CFLAGS in the ifconfig Makefile?
> It seems to build just fine without it both by hand and with buildworld.
>
If the contents of .depend file doesn't change without it,
just drop it.
Cheers,
-
On Fri, Mar 25, 2005 at 11:23:03PM +0200, Ruslan Ermilov wrote:
> On Fri, Mar 25, 2005 at 10:53:38AM -0800, Brooks Davis wrote:
> > Does anyone know why there is a -I.. in CFLAGS in the ifconfig Makefile?
> > It seems to build just fine without it both by hand and with buildworld.
> >
> If the con