diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-12-18 04:51:34 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-12-18 04:51:34 +0000 |
commit | 25c2f4cb95686fa3dc2144872abe6df2a983c608 (patch) | |
tree | 5e6e7c261047be84779593a66e3ef4ed4340e37a /stand/efi/loader/Makefile | |
parent | b5496277c7a5786f92f869b3ff4a201559ba53f0 (diff) |
Move loader help file definitions to being 100% inside of loader.mk.
HELP_FILES is a loader only thing, so move it to loader.mk. Only
generate the help file if HELP_FILES is defined. Adjust Makefiles to
new convention. Fix a few cases where ${.CURDIR}/ was missing
resulting in missing bits from the help files.
Sponsored by: Netflix
Notes
Notes:
svn path=/head/; revision=326926
Diffstat (limited to 'stand/efi/loader/Makefile')
-rw-r--r-- | stand/efi/loader/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/efi/loader/Makefile b/stand/efi/loader/Makefile index a3a23c87dfe7..c960632febee 100644 --- a/stand/efi/loader/Makefile +++ b/stand/efi/loader/Makefile @@ -83,7 +83,6 @@ CFLAGS+= -DEFI_STAGING_SIZE=${EFI_STAGING_SIZE} .endif # Always add MI sources -HELP_FILES= .include "${BOOTSRC}/loader.mk" FILES+= loader.efi |