From 90887e8f5bdae690c1ceca0ae12853e5e66c5282 Mon Sep 17 00:00:00 2001 From: asmodai Date: Tue, 31 Oct 2000 12:35:45 +0000 Subject: Virgin import of BIND v8.2.3-T6B --- contrib/bind/lib/inet/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib/bind/lib/inet') diff --git a/contrib/bind/lib/inet/Makefile b/contrib/bind/lib/inet/Makefile index b007412..2be32bd 100644 --- a/contrib/bind/lib/inet/Makefile +++ b/contrib/bind/lib/inet/Makefile @@ -13,7 +13,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# $Id: Makefile,v 8.19 2000/02/29 03:38:22 vixie Exp $ +# $Id: Makefile,v 8.20 2000/07/11 06:41:40 vixie Exp $ # these are only appropriate for BSD 4.4 or derivatives, and are used in # development. normal builds will be done in the top level directory and @@ -32,7 +32,8 @@ INCL = ${TOP}/include PORTINCL = ${TOP}/port/${SYSTYPE}/include LIBBIND = ${TOP}/lib/libbind.${A} LIBBINDR = ../${TOP}/lib/libbind_r.${A} -CFLAGS= ${CDEBUG} -I${PORTINCL} -I${INCL} +CFLAGS= ${CDEBUG} +CPPFLAGS= -I${PORTINCL} -I${INCL} LD_LIBFLAGS= -x -r AR= ar cru RANLIB= ranlib -- cgit v1.1