diff options
-rw-r--r-- | sys/boot/ia64/Makefile | 7 |
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> |