mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 14:51:10 +01:00
a726e724d7
Conflicts: lib/libexecinfo/Makefile (unresolved) libexec/rtld-elf/amd64/Makefile.inc (unresolved) sbin/ldconfig/Makefile (unresolved) secure/usr.bin/openssl/Makefile (unresolved) share/keys/Makefile (unresolved) sys/modules/aout/Makefile (deleted) sys/modules/sgx/Makefile (deleted) sys/modules/sgx_linux/Makefile (deleted) usr.sbin/bsdinstall/Makefile (unresolved) usr.sbin/unbound/Makefile (unresolved)
37 lines
550 B
Makefile
37 lines
550 B
Makefile
.include <bsd.init.mk>
|
|
|
|
MAN= loader.conf.lua.5 \
|
|
cli.lua.8 \
|
|
color.lua.8 \
|
|
config.lua.8 \
|
|
core.lua.8 \
|
|
drawer.lua.8 \
|
|
gfx.lua.8 \
|
|
hook.lua.8 \
|
|
loader.lua.8 \
|
|
menu.lua.8 \
|
|
password.lua.8 \
|
|
screen.lua.8
|
|
|
|
FILESDIR= ${LUAPATH}
|
|
FILES= cli.lua \
|
|
color.lua \
|
|
config.lua \
|
|
core.lua \
|
|
drawer.lua \
|
|
hook.lua \
|
|
loader.lua \
|
|
logo-hardenedbsd.lua \
|
|
logo-hardenedbsdbw.lua \
|
|
gfx-beastie.lua \
|
|
gfx-beastiebw.lua \
|
|
gfx-fbsdbw.lua \
|
|
gfx-hbsd.lua \
|
|
gfx-orb.lua \
|
|
gfx-orbbw.lua \
|
|
menu.lua \
|
|
password.lua \
|
|
screen.lua
|
|
|
|
.include <bsd.prog.mk>
|