mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
10 lines
283 B
Makefile
10 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>
|