loader: restore userboot help file
authorEd Maste <emaste@FreeBSD.org>
Tue, 9 May 2023 13:19:42 +0000 (09:19 -0400)
committerEd Maste <emaste@FreeBSD.org>
Fri, 12 May 2023 17:24:48 +0000 (13:24 -0400)
commit48267a0a92633a6248d3bf62f5d31aea593c685d
treee87681a99086e1c380715c66ba2f4a882fa91008
parent722cfce5f4943d0d3853d1438f886ba8ffe867b0
loader: restore userboot help file

Commit e32fecd0c2c3 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: e32fecd0c2c3 ("loader: install help files only once")
Sponsored by: The FreeBSD Foundation
stand/userboot/userboot_lua/Makefile