freebsd-dev/stand/man/Makefile
Warner Losh 9873c807da loader: Create loader_simp(8) to document simple version of loader
loader_simp is a much simplified version of loader that will process a
linear sequence of commands from loader.rc. It has neither Forth nor Lua
built in and is much smaller. Document it. This is largely copied from
loader.8 since it implements those built-in commands. Future revisions
will fix this duplication.

Sponsored by:		Netflix
2021-07-14 16:59:51 -06:00

13 lines
173 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
M.${MK_EFI}+= boot1.efi.8
M.yes+= loader.8
M.${MK_EFI}+= loader.efi.8
M.yes+= loader_simp.8
MAN=${M.yes}
.include <bsd.prog.mk>