loader: restore userboot help file

Commit e32fecd0c2 intended to skip installing all but one copy of
each loader variant's help file, but accidentally skipped all copies for
the userboot help file.  (Other loaders install help files via the _simp
variant, but there is is no userboot_simp.)

PR:		271178
Fixes:		e32fecd0c2 ("loader: install help files only once")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2023-05-09 09:19:42 -04:00
parent 722cfce5f4
commit 48267a0a92

View file

@ -1,7 +1,6 @@
# $FreeBSD$
LOADER_INTERP=lua
INSTALL_LOADER_HELP_FILE=no
.include "../userboot/Makefile"