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