diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-06-22 15:30:04 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-06-22 15:30:04 +0000 |
commit | 75a04731db951b6ecb0ce70ad861d37317af3376 (patch) | |
tree | ed3a89d6c3ce194f955978a96dec9d13b73ac30e /sys/arch/sparc/stand/Makefile.inc | |
parent | 508d74626c958f83f6f52ae650a3bba910fad9d5 (diff) |
need more room... bump RELOC
Diffstat (limited to 'sys/arch/sparc/stand/Makefile.inc')
-rw-r--r-- | sys/arch/sparc/stand/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/stand/Makefile.inc b/sys/arch/sparc/stand/Makefile.inc index 291390e4401..80d0607783b 100644 --- a/sys/arch/sparc/stand/Makefile.inc +++ b/sys/arch/sparc/stand/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.7 1997/09/17 10:46:08 downsj Exp $ +# $OpenBSD: Makefile.inc,v 1.8 1999/06/22 15:30:02 jason Exp $ # $NetBSD: Makefile.inc,v 1.5 1996/02/01 22:33:01 mycroft Exp $ BINDIR= /usr/mdec RELOC_SUN4= 0x240000 -RELOC_SUN4C= 0x340000 +RELOC_SUN4C= 0x380000 RELOC_SUN4M= 0x440000 # Note: a `RELOC' value of 0x340000 seems to work on most machines |