ed57c9d3d3
as it explains the distinction between the common and the platform- specific code.
11 lines
283 B
Makefile
11 lines
283 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|