Makefile revision 259065
1# $FreeBSD: releng/10.0/sys/boot/ia64/Makefile 239377 2012-08-18 23:17:42Z marcel $
2
3SUBDIR= common efi
4
5# In the ski sub-directory, one can build a loader for use under Ski.
6# Ski is an Itanium simulator, originally developed by HP. It's not
7# supported anymore in FreeBSD, but left for reference and education.
8# SUBDIR += ski
9
10.include <bsd.subdir.mk>
11