From 05ad1477d38c14f6142bfe0b9f70a454d0dfb8fc Mon Sep 17 00:00:00 2001 From: downsj Date: Mon, 10 Feb 1997 09:20:48 +0000 Subject: [PATCH] Add HEAP_LIMIT. --- sys/arch/hp300/stand/libsa/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/hp300/stand/libsa/Makefile b/sys/arch/hp300/stand/libsa/Makefile index a114fd755f0..fb2d9ea19a5 100644 --- a/sys/arch/hp300/stand/libsa/Makefile +++ b/sys/arch/hp300/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1997/02/06 02:53:51 downsj Exp $ +# $OpenBSD: Makefile,v 1.7 1997/02/10 09:20:48 downsj Exp $ # $NetBSD: Makefile,v 1.5 1996/06/26 17:44:42 thorpej Exp $ LIB= sa @@ -10,7 +10,8 @@ LIB= sa # DEBUGFLAGS=-DNETIF_DEBUG -DRPC_DEBUG -DNFS_DEBUG -DRARP_DEBUG -DNET_DEBUG # DEBUGFLAGS+=-DEXEC_DEBUG -CFLAGS+=-Dhp300 -DSTANDALONE -DCOMPAT_UFS -DNO_LSEEK -D__INTERNAL_LIBSA_CREAD +CFLAGS+=-Dhp300 -DSTANDALONE -DCOMPAT_UFS -DNO_LSEEK +CFLAGS+=-D__INTERNAL_LIBSA_CREAD -DHEAP_LIMIT="0xffffdfff" CFLAGS+=${DEBUGFLAGS} -I${.CURDIR}/.. CFLAGS+=-I${.CURDIR}/../../../.. -I${.CURDIR}/../../../../lib/libsa -- 2.20.1