diff options
author | 2011-02-06 21:50:44 +0000 | |
---|---|---|
committer | 2011-02-06 21:50:44 +0000 | |
commit | 01a57e0c514659808877d44d8e297e162878ee4c (patch) | |
tree | 38bc247dc6ab7f9412a2f54b3afd96480e2a5283 | |
parent | Embed the hash of bsd.rd.IP30 as well. (diff) | |
download | wireguard-openbsd-01a57e0c514659808877d44d8e297e162878ee4c.tar.xz wireguard-openbsd-01a57e0c514659808877d44d8e297e162878ee4c.zip |
Do 1.22 correctly, to let IP30 systems pick the mp kernel if applicable.
Noticed by jasper@
-rw-r--r-- | distrib/sgi/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sgi/ramdisk/install.md b/distrib/sgi/ramdisk/install.md index 27595d34b09..047bd9bfc31 100644 --- a/distrib/sgi/ramdisk/install.md +++ b/distrib/sgi/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.24 2011/01/03 00:36:50 deraadt Exp $ +# $OpenBSD: install.md,v 1.25 2011/02/06 21:50:44 miod Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -39,7 +39,7 @@ MDSETS="bsd.${IPARCH} bsd.rd.${IPARCH}" SANESETS="bsd.${IPARCH}" # Since we do not provide bsd.mp on IP27 yet, do not add bsd.mp.IP27 to the # sets, as this will cause a warning in sane_install() -if ((NCPU > 1)) && ((IPARCH == 30)); then +if ((NCPU > 1)) && ((IPARCH == IP30)); then MDSETS="${MDSETS} bsd.mp.${IPARCH}" SANESETS="${SANESETS} bsd.mp.${IPARCH}" fi |