Re: bsd.prog.mk and /usr/local/include

2000-11-08 Thread Terry Lambert
> What is the proper way to get the C compiler to look in ${PREFIX}/include > for header files and ${PREFIX}/lib for libraries when using bsd.prog.mk? > > I can just use CFLAGS+= -I${PREFIX}/include -L${PREFIX}/lib but I suspect > there may be a better way. grepping for -I in bsd.prog.mk didn't s

bsd.prog.mk and /usr/local/include

2000-11-03 Thread andrew
Hi, What is the proper way to get the C compiler to look in ${PREFIX}/include for header files and ${PREFIX}/lib for libraries when using bsd.prog.mk? I can just use CFLAGS+= -I${PREFIX}/include -L${PREFIX}/lib but I suspect there may be a better way. grepping for -I in bsd.prog.mk didn't show u