1 2.PATH: ${SRCTOP}/sys/dev/syscons/logo 3 4KMOD= beastie_saver 5SRCS= beastie.c logo_saver.c 6 7CFLAGS+=-DBEASTIE_LOGO 8 9.include <bsd.kmod.mk> 10