Re: -I.. in sbin/ifconfig/Makefile

2005-03-25 Thread Ruslan Ermilov
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

Re: -I.. in sbin/ifconfig/Makefile

2005-03-25 Thread Ruslan Ermilov
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, -