Re: LOCAL_MTREE vs DB_FROM_SRC

2015-02-11 Thread Brooks Davis
On Tue, Feb 10, 2015 at 06:43:06PM -0800, Chris Torek wrote: > (Apologies for google mail, I moved a while back and my office at home is > still not up and hence my regular FreeBSD machine at home is also not up.) > > In Makefile.inc1 we have: > > .if defined(DB_FROM_SRC) > INSTALLFLAGS+= -N ${.C

LOCAL_MTREE vs DB_FROM_SRC

2015-02-10 Thread Chris Torek
(Apologies for google mail, I moved a while back and my office at home is still not up and hence my regular FreeBSD machine at home is also not up.) In Makefile.inc1 we have: .if defined(DB_FROM_SRC) INSTALLFLAGS+= -N ${.CURDIR}/etc MTREEFLAGS+= -N ${.CURDIR}/etc .endif which is fine as far as i