Subject: Re: building enlightenment/fnlib...
To: Mason Loring Bliss <mason@acheron.middleboro.ma.us>
From: Simon Burge <simonb@telstra.com.au>
List: netbsd-help
Date: 09/16/1998 11:26:52
On Mon, 14 Sep 1998 21:15:58 -0400  Mason Loring Bliss wrote:

> However, this project has brought up another problem... Is there any way
> to have /usr/local/include and /usr/pkg/include searched for <included.h>
> header files by default?

Probably the easiest way is to have a separate script called foocc or
somesuch, looking like this:

	:
	cc -I<whereever> -I<somewhere-else> ${1+"$@"}

and then use "make CC=foocc".

Simon.