aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel
diff options
context:
space:
mode:
authorBenno Rice <benno@FreeBSD.org>2002-05-21 04:25:24 +0000
committerBenno Rice <benno@FreeBSD.org>2002-05-21 04:25:24 +0000
commit87efda010f905fbf278c295967feec6de9f53eb3 (patch)
treeb8614a67996c1205e3a9d2d60b5561b69277d0c6 /sbin/bsdlabel
parent15e19cbbe81fd4f885e5cb5fa9aa5f2e0003707a (diff)
downloadsrc-87efda010f905fbf278c295967feec6de9f53eb3.tar.gz
src-87efda010f905fbf278c295967feec6de9f53eb3.zip
Spread the word of PowerPC.
Notes
Notes: svn path=/head/; revision=97047
Diffstat (limited to 'sbin/bsdlabel')
-rw-r--r--sbin/bsdlabel/bsdlabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c
index 90423bb5c494..becc28067113 100644
--- a/sbin/bsdlabel/bsdlabel.c
+++ b/sbin/bsdlabel/bsdlabel.c
@@ -99,7 +99,7 @@ static const char rcsid[] =
#if defined(__i386__) || defined(__ia64__)
#define NUMBOOT 2
-#elif defined(__alpha__) || defined(__sparc64__)
+#elif defined(__alpha__) || defined(__sparc64__) || defined(__powerpc__)
#define NUMBOOT 1
#else
#error I do not know about this architecture.