1# $Id$ 2 3KMOD= star_saver_mod 4SRCS= star_saver.c 5 6NOMAN= 7CFLAGS+= -DLKM -I${.CURDIR}/.. -I${.CURDIR}/../../../sys 8 9.include <bsd.kmod.mk> 10