Subject: Re: per package CONFIGURE_ARGS in mk.conf To: None <tech-pkg@netbsd.org> From: Joerg Sonnenberger <joerg@britannica.bec.de> List: tech-pkg Date: 11/03/2006 21:00:16
On Fri, Nov 03, 2006 at 07:51:02PM +0000, diro@nixsys.bz wrote:
> Is there an easy way to specify CONFIGURE_ARGS for different packages in
> mk.conf?
You shouldn't do that, but it can be done by using ${.CURDIR}.
Joerg