summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-04-24 18:05:45 +0000
committerdcs <dcs@FreeBSD.org>1999-04-24 18:05:45 +0000
commite62810c9b1ff08af36e260c4fbf35fe7ecc8669b (patch)
tree81f1d219da0b5a5041bb2c67c8be676096fb84f9 /sys
parent711d7d880dfbdaa80494fa6d55d3dd97901d938c (diff)
downloadFreeBSD-src-e62810c9b1ff08af36e260c4fbf35fe7ecc8669b.zip
FreeBSD-src-e62810c9b1ff08af36e260c4fbf35fe7ecc8669b.tar.gz
Minor nit. It is probably still incorrect, but at least don't
claim to use i386-specific files on alpha...
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/alpha/boot2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/boot2/Makefile b/sys/boot/alpha/boot2/Makefile
index 956944d..ab7d2ca 100644
--- a/sys/boot/alpha/boot2/Makefile
+++ b/sys/boot/alpha/boot2/Makefile
@@ -7,7 +7,7 @@ NEWVERSWHAT= "SRM disk boot"
.PATH: ${.CURDIR}/../common
-# i386-specific bootstrap sources
+# Alpha-specific bootstrap sources
SRCS+= main.c conf.c
# Always add MI sources
OpenPOWER on IntegriCloud