diff options
Diffstat (limited to 'sys/arch/hp300/stand/Makefile.inc')
-rw-r--r-- | sys/arch/hp300/stand/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/Makefile.inc b/sys/arch/hp300/stand/Makefile.inc index 524af1b2d99..6c759c80fd2 100644 --- a/sys/arch/hp300/stand/Makefile.inc +++ b/sys/arch/hp300/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2002/12/02 09:00:23 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2004/07/13 21:03:37 marc Exp $ # $NetBSD: Makefile.inc,v 1.7 1997/05/12 07:43:18 thorpej Exp $ BINDIR= /usr/mdec @@ -13,6 +13,7 @@ CPPFLAGS+= -DHIL_KEYBOARD -DUK_KEYBOARD CPPFLAGS+= -DDOMAIN_KEYBOARD CPPFLAGS+= -DSTANDALONE -Dhp300 CPPFLAGS+= -DCOMPAT_UFS -DNO_LSEEK +CPPFLAGS+= -Derrno=errno # Limit the alloc() heap to below the msgbuf and ROM scratch pages. CPPFLAGS+= -DHEAP_LIMIT="0xffffdfff" |