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.
This commit is contained in:
Marcel Moolenaar 2012-08-18 23:17:42 +00:00
parent 85e6303e05
commit ed57c9d3d3

View File

@ -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>