diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-10 09:20:49 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-10 09:20:49 +0000 |
commit | 8d90252fabf25feccc3e0f923cd9f1858da8315a (patch) | |
tree | 8cdd025ba58a59a726c2010ed950b7bec9f9f993 /sys/arch/hp300 | |
parent | 92a4594b391d1b6615e29f92fd84176b93c93915 (diff) |
Add HEAP_LIMIT.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/stand/libsa/Makefile | 5 |
1 files 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 |