freebsd-dev/sys/boot/ia64/Makefile
Marcel Moolenaar ed57c9d3d3 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.
2012-08-18 23:17:42 +00:00

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>