diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2025-05-22 22:47:21 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2025-05-22 22:47:21 +0000 |
| commit | 2982c70852395fad40959072ed90c8676a4b9a1c (patch) | |
| tree | 53cb3c93139f09315ee66b1891ee3898d1c522ed /stand/efi | |
| parent | 4814de3243e091c48453b4fd6c818437ac1985f7 (diff) | |
Diffstat (limited to 'stand/efi')
| -rw-r--r-- | stand/efi/loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/efi/loader/Makefile b/stand/efi/loader/Makefile index 2dae035f04a8..ae2ffc475730 100644 --- a/stand/efi/loader/Makefile +++ b/stand/efi/loader/Makefile @@ -87,7 +87,7 @@ CFLAGS+= -DEFI_SECUREBOOT .endif NEWVERSWHAT?= "EFI loader" ${MACHINE} -VERSION_FILE= ${.CURDIR}/../loader/version +VERSION_FILE?= ${.CURDIR}/../loader/version HELP_FILENAME= loader.help.efi # Always add MI sources |
