mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Correct beastie_saver module name.
This commit is contained in:
parent
8c14c16020
commit
3504769505
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206380
@ -171,4 +171,8 @@ static scrn_saver_t logo_module = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#ifdef BEASTIE_LOGO
|
||||
SAVER_MODULE(beastie_saver, logo_module);
|
||||
#else
|
||||
SAVER_MODULE(logo_saver, logo_module);
|
||||
#endif
|
||||
|
@ -5,4 +5,6 @@
|
||||
KMOD= beastie_saver
|
||||
SRCS= beastie.c logo_saver.c
|
||||
|
||||
CFLAGS+=-DBEASTIE_LOGO
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user