diff options
author | 1997-04-29 20:35:17 +0000 | |
---|---|---|
committer | 1997-04-29 20:35:17 +0000 | |
commit | ec15cae8b264f94d9e095934f9aa8b186f57cdd8 (patch) | |
tree | 8b48502b6c8bef3690379ec34c10606da07a73fb | |
parent | oops (diff) | |
download | wireguard-openbsd-ec15cae8b264f94d9e095934f9aa8b186f57cdd8.tar.xz wireguard-openbsd-ec15cae8b264f94d9e095934f9aa8b186f57cdd8.zip |
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 |