mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
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:
parent
85e6303e05
commit
ed57c9d3d3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239377
@ -1,5 +1,10 @@
|
|||||||
# $FreeBSD$
|
# $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>
|
.include <bsd.subdir.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user