Reconnect the old Beastie logo_saver to build as beastie_saver.

This commit is contained in:
Jung-uk Kim 2010-04-07 17:20:55 +00:00
parent 2eb4a6579f
commit 8a19114d8e
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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>