aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2012-08-18 23:17:42 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2012-08-18 23:17:42 +0000
commited57c9d3d3281d5739900887a0f685a51f453247 (patch)
tree60931973a19f30e1282e6d627d7165367c984738 /sys/boot
parent85e6303e055de0119beefca17b1b5edbac689af8 (diff)
downloadsrc-ed57c9d3d3281d5739900887a0f685a51f453247.tar.gz
src-ed57c9d3d3281d5739900887a0f685a51f453247.zip
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.
Notes
Notes: svn path=/head/; revision=239377
Diffstat (limited to 'sys/boot')
-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 eb07ab81db2a..5f24fb2dc67b 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>