Subject: Re: ".include"s in Makefiles
To: =?iso-8859-1?Q?C=E9sar_Catri=E1n?= <cesar_catrian@yahoo.com>
From: Johnny C. Lam <jlam@netbsd.org>
List: tech-pkg
Date: 06/12/2003 08:33:27
On Wed, Jun 11, 2003 at 06:40:36PM -0500, César Catrián wrote:
>
> is this normal?
>
> .include "../package/reference" ?
>
> or ...
>
> .include "../../cathegory/package/reference" ?
The second way is preferred, but for some packages that are all
in the same category (databases/*postgresql* comes to mind), I
use the first way.
Cheers,
-- Johnny Lam <jlam@netbsd.org>