diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-29 20:35:18 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-29 20:35:18 +0000 |
commit | f0d21fe5d3624c798f1a3b09311062b66f1ef322 (patch) | |
tree | a10ab6f5c7c6f77ce1b1962ce523852f5dabbd4d | |
parent | 095de800e36c5c6d43ee7c57deb08f4ec6c18330 (diff) |
sparc needs more than 5MB in its miniroot, so use 8MB
-rw-r--r-- | distrib/sparc/miniroot/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/distrib/sparc/miniroot/Makefile.inc b/distrib/sparc/miniroot/Makefile.inc new file mode 100644 index 00000000000..06f24da662e --- /dev/null +++ b/distrib/sparc/miniroot/Makefile.inc @@ -0,0 +1,4 @@ +# $OpenBSD: Makefile.inc,v 1.1 1997/04/29 20:35:17 niklas Exp $ + +# sparc need more than 5MB, so toss in 8. +IMAGESIZE= 16384 |