diff options
| author | Ahmad Khalifa <ahmadkhalifa570@gmail.com> | 2024-05-14 19:40:06 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-09-20 14:45:08 +0000 |
| commit | f8ca5d45c3c1829759ecd87cb95d53e5ab7d0811 (patch) | |
| tree | 179353400abf9573a274df964c5041303d984e75 /stand/efi/Makefile | |
| parent | 6818ff7797c6a9ab104e5d7e91d4e422874bf50d (diff) | |
Diffstat (limited to 'stand/efi/Makefile')
| -rw-r--r-- | stand/efi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/efi/Makefile b/stand/efi/Makefile index 1a9cf68749a1..1887b9536a5b 100644 --- a/stand/efi/Makefile +++ b/stand/efi/Makefile @@ -11,6 +11,7 @@ SUBDIR.yes+= boot1 gptboot SUBDIR.${MK_FORTH}+= loader_4th SUBDIR.${MK_LOADER_LUA}+= loader_lua +SUBDIR.${MK_LOADER_IA32}+= loader_ia32 SUBDIR.yes+= loader_simp .include <bsd.subdir.mk> |
