summaryrefslogtreecommitdiff
path: root/sys/stand/boot
diff options
context:
space:
mode:
Diffstat (limited to 'sys/stand/boot')
-rw-r--r--sys/stand/boot/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/stand/boot/boot.c b/sys/stand/boot/boot.c
index 3b94db2a18c..0cb73a4b5f7 100644
--- a/sys/stand/boot/boot.c
+++ b/sys/stand/boot/boot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: boot.c,v 1.17 1998/02/24 22:16:02 weingart Exp $ */
+/* $OpenBSD: boot.c,v 1.18 1998/05/14 14:39:11 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -65,7 +65,7 @@ boot(bootdev)
st = read_conf();
- printf(">> OpenBSD BOOT %s\n", version);
+ printf(">> OpenBSD/" MACHINE_ARCH " BOOT %s\n", version);
while (1) {
if (st <= 0) /* no boot.conf, or no boot cmd in there */