summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2012-08-18 23:17:42 +0000
committermarcel <marcel@FreeBSD.org>2012-08-18 23:17:42 +0000
commitf003937258e74f032d98a3d6427eafe15938627d (patch)
tree60931973a19f30e1282e6d627d7165367c984738
parent12f7f0563e109a9981ad4cb41bfd3e227e4fe036 (diff)
downloadFreeBSD-src-f003937258e74f032d98a3d6427eafe15938627d.zip
FreeBSD-src-f003937258e74f032d98a3d6427eafe15938627d.tar.gz
Don't build the ski loader anymore. The code is not deleted just yet,
as it explains the distinction between the common and the platform- specific code.
-rw-r--r--sys/boot/ia64/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/boot/ia64/Makefile b/sys/boot/ia64/Makefile
index eb07ab8..5f24fb2 100644
--- a/sys/boot/ia64/Makefile
+++ b/sys/boot/ia64/Makefile
@@ -1,5 +1,10 @@
# $FreeBSD$
-SUBDIR= common efi ski
+SUBDIR= common efi
+
+# In the ski sub-directory, one can build a loader for use under Ski.
+# Ski is an Itanium simulator, originally developed by HP. It's not
+# supported anymore in FreeBSD, but left for reference and education.
+# SUBDIR += ski
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud