diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-02-06 21:50:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-02-06 21:50:45 +0000 |
commit | f39b167a786f1221a985d195cfe02986edb66af4 (patch) | |
tree | 8e5287ab677de39999c98eb64339e57a705a7935 /distrib/sgi/ramdisk | |
parent | 80591ba2a79f9c86e4a39016b6fe23aae45f150e (diff) |
Do 1.22 correctly, to let IP30 systems pick the mp kernel if applicable.
Noticed by jasper@
Diffstat (limited to 'distrib/sgi/ramdisk')
-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 |