summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-05-12 04:09:53 +0000
committerjhb <jhb@FreeBSD.org>2006-05-12 04:09:53 +0000
commit6ecdc538b9c25797d530614005ba47d651b0e448 (patch)
treea0245777110aa25c49b17dc6babb605f58362897 /sys/boot/Makefile
parent42320347d074dcb886f7611f3b29ea1288dc9145 (diff)
downloadFreeBSD-src-6ecdc538b9c25797d530614005ba47d651b0e448.zip
FreeBSD-src-6ecdc538b9c25797d530614005ba47d651b0e448.tar.gz
Remove more Alpha bits from the boot code including fixing several
stale comments.
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 975f03c..bbb0ef8 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -20,10 +20,4 @@ SUBDIR+= ofw
# Pick the machine-dependent subdir based on the target architecture.
SUBDIR+= ${MACHINE:S/amd64/i386/}
-# Build ARC / AlphaBIOS executable on the Alpha
-# (this is a WIP (work in progress)).
-#.if ${MACHINE_ARCH} == "alpha"
-#SUBDIR+= arc
-#.endif
-
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud