mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Reconnect the old Beastie logo_saver to build as beastie_saver.
This commit is contained in:
parent
2eb4a6579f
commit
8a19114d8e
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= ${_apm} \
|
||||
${_beastie} \
|
||||
blank \
|
||||
${_daemon} \
|
||||
${_dragon} \
|
||||
|
|
@ -18,6 +19,7 @@ _apm= apm
|
|||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "sparc64"
|
||||
_beastie= beastie
|
||||
_daemon= daemon
|
||||
_dragon= dragon
|
||||
_fire= fire
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.PATH: ${.CURDIR}/../../../dev/syscons/logo
|
||||
|
||||
KMOD= logo_saver
|
||||
SRCS= logo_saver.c logo.c
|
||||
KMOD= beastie_saver
|
||||
SRCS= beastie.c logo_saver.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue